Html Css Color HEX #B38E08 Dark Goldenrod

📋 copy color: '#B38E08'

red 179 ◦ green 142 ◦ blue 8

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

Shades of Dark Goldenrod #B38E08

Tints of Dark Goldenrod #B38E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.16%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 54.41%
G = 43.16%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B38E08 (or 0xB38E08) is known color: Dark Goldenrod. HEX triplet: B3, 8E and 08. RGB value is (179,142,8). Sum of RGB (Red+Green+Blue) = 179+142+8=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38E08 is #4C71F7. Grayscale: #8A8A8A. Windows color (decimal): -5009912 or 560819. OLE color: 560819.

HSL color Cylindrical-coordinate representation of color #B38E08: hue angle of 47.02º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B38E08 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 142 8 -
CMYK 0 0.21 0.96 0.30
HSL 47.02º 0.91% 0.37% -
HSV(B) 47.02º 0.96% 0.7% -
XYZ 28.31 28.95 4.33 -
YUV 137.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 179 142 8 0 0.21 0.96 0.30 47.02 0.91 0.37
Hex B3 8E 8 0 15 60 1E 2F 5B 25
Octal 263 216 10 0 25 140 36 57 133 45
Binary 10110011 10001110 1000 0 10101 1100000 11110 101111 1011011 100101

Color Harmonies of #B38E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E08

Black with #B38E08

Text Example


Text Example

White with #B38E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E08; }

 p { color: rgb(179,142,8); }

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

background-color css

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

 a { background-color: rgb(179,142,8); }

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

border-color css

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

 span { border-color: rgb(179,142,8); }

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