Html Css Color HEX #B88314 Dark Goldenrod

📋 copy color: '#B88314'

red 184 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #B88314

Tints of Dark Goldenrod #B88314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 54.93%
G = 39.1%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B88314 (or 0xB88314) is known color: Dark Goldenrod. HEX triplet: B8, 83 and 14. RGB value is (184,131,20). Sum of RGB (Red+Green+Blue) = 184+131+20=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B88314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88314 is #477CEB. Grayscale: #868686. Windows color (decimal): -4685036 or 1344440. OLE color: 1344440.

HSL color Cylindrical-coordinate representation of color #B88314: hue angle of 40.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B88314 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 20 -
CMYK 0 0.29 0.89 0.28
HSL 40.61º 0.8% 0.4% -
HSV(B) 40.61º 0.89% 0.72% -
XYZ 28.01 26.47 4.3 -
YUV 134.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 184 131 20 0 0.29 0.89 0.28 40.61 0.8 0.4
Hex B8 83 14 0 1D 59 1C 29 50 28
Octal 270 203 24 0 35 131 34 51 120 50
Binary 10111000 10000011 10100 0 11101 1011001 11100 101001 1010000 101000

Color Harmonies of #B88314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88314

Black with #B88314

Text Example


Text Example

White with #B88314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88314; }

 p { color: rgb(184,131,20); }

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

background-color css

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

 a { background-color: rgb(184,131,20); }

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

border-color css

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

 span { border-color: rgb(184,131,20); }

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