Html Css Color HEX #B38814 Dark Goldenrod

📋 copy color: '#B38814'

red 179 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #B38814

Tints of Dark Goldenrod #B38814

RGB

 RED value IS 179 (70.31% from 255) = 53.43%

 GREEN value IS 136 (53.52% from 255) = 40.6%

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

R = 53.43%
G = 40.6%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38814 (or 0xB38814) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 14. RGB value is (179,136,20). Sum of RGB (Red+Green+Blue) = 179+136+20=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B38814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38814 is #4C77EB. Grayscale: #888888. Windows color (decimal): -5011436 or 1345715. OLE color: 1345715.

HSL color Cylindrical-coordinate representation of color #B38814: hue angle of 43.77º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B38814 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 20 -
CMYK 0 0.24 0.89 0.30
HSL 43.77º 0.8% 0.39% -
HSV(B) 43.77º 0.89% 0.7% -
XYZ 27.52 27.24 4.47 -
YUV 135.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 179 136 20 0 0.24 0.89 0.30 43.77 0.8 0.39
Hex B3 88 14 0 18 59 1E 2C 50 27
Octal 263 210 24 0 30 131 36 54 120 47
Binary 10110011 10001000 10100 0 11000 1011001 11110 101100 1010000 100111

Color Harmonies of #B38814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38814

Black with #B38814

Text Example


Text Example

White with #B38814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38814; }

 p { color: rgb(179,136,20); }

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

background-color css

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

 a { background-color: rgb(179,136,20); }

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

border-color css

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

 span { border-color: rgb(179,136,20); }

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