Html Css Color HEX #B87405 Dark Goldenrod

📋 copy color: '#B87405'

red 184 ◦ green 116 ◦ blue 5

#B87405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B87405

Tints of Dark Goldenrod #B87405

RGB

 RED value IS 184 (72.27% from 255) = 60.33%

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 60.33%
G = 38.03%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B87405 (or 0xB87405) is known color: Dark Goldenrod. HEX triplet: B8, 74 and 05. RGB value is (184,116,5). Sum of RGB (Red+Green+Blue) = 184+116+5=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B87405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87405 is #478BFA. Grayscale: #7C7C7C. Windows color (decimal): -4688891 or 357560. OLE color: 357560.

HSL color Cylindrical-coordinate representation of color #B87405: hue angle of 37.21º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B87405 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 5 -
CMYK 0 0.37 0.97 0.28
HSL 37.21º 0.95% 0.37% -
HSV(B) 37.21º 0.97% 0.72% -
XYZ 26.04 22.69 3.15 -
YUV 123.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 184 116 5 0 0.37 0.97 0.28 37.21 0.95 0.37
Hex B8 74 5 0 25 61 1C 25 5F 25
Octal 270 164 5 0 45 141 34 45 137 45
Binary 10111000 1110100 101 0 100101 1100001 11100 100101 1011111 100101

Color Harmonies of #B87405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87405

Black with #B87405

Text Example


Text Example

White with #B87405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87405; }

 p { color: rgb(184,116,5); }

 H1.HeaderClassName
 {
   color: #B87405;
 }
 .AnyTagClassName
 {
   color: #B87405;
 }
</style>

background-color css

<style>
 a { background-color: #B87405; }

 a { background-color: rgb(184,116,5); }

 div.DivClassName
 {
   background-color: #B87405;
 }
 .BgClassName
 {
   background-color: #B87405;
 }
</style>

border-color css

<style>
 span { border-color: #B87405; }

 span { border-color: rgb(184,116,5); }

 td.TdClassName
 {
   border-color: #B87405;
 }
 .TagClassName
 {
   border-color: #B87405;
 }
</style>