Html Css Color HEX #B38012 Dark Goldenrod

📋 copy color: '#B38012'

red 179 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #B38012

Tints of Dark Goldenrod #B38012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 55.08%
G = 39.38%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B38012 (or 0xB38012) is known color: Dark Goldenrod. HEX triplet: B3, 80 and 12. RGB value is (179,128,18). Sum of RGB (Red+Green+Blue) = 179+128+18=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38012 is #4C7FED. Grayscale: #838383. Windows color (decimal): -5013486 or 1212595. OLE color: 1212595.

HSL color Cylindrical-coordinate representation of color #B38012: hue angle of 40.99º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B38012 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 18 -
CMYK 0 0.28 0.90 0.30
HSL 40.99º 0.82% 0.39% -
HSV(B) 40.99º 0.9% 0.7% -
XYZ 26.42 25.07 4.02 -
YUV 130.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 179 128 18 0 0.28 0.90 0.30 40.99 0.82 0.39
Hex B3 80 12 0 1C 5A 1E 29 52 27
Octal 263 200 22 0 34 132 36 51 122 47
Binary 10110011 10000000 10010 0 11100 1011010 11110 101001 1010010 100111

Color Harmonies of #B38012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38012

Black with #B38012

Text Example


Text Example

White with #B38012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38012; }

 p { color: rgb(179,128,18); }

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

background-color css

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

 a { background-color: rgb(179,128,18); }

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

border-color css

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

 span { border-color: rgb(179,128,18); }

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