Html Css Color HEX #B38A0C Dark Goldenrod

📋 copy color: '#B38A0C'

red 179 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #B38A0C

Tints of Dark Goldenrod #B38A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.95%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 54.41%
G = 41.95%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B38A0C (or 0xB38A0C) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 0C. RGB value is (179,138,12). Sum of RGB (Red+Green+Blue) = 179+138+12=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A0C is #4C75F3. Grayscale: #888888. Windows color (decimal): -5010932 or 821939. OLE color: 821939.

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

Color convert

RGB 179 138 12 -
CMYK 0 0.23 0.93 0.30
HSL 45.27º 0.87% 0.37% -
HSV(B) 45.27º 0.93% 0.7% -
XYZ 27.75 27.79 4.25 -
YUV 135.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 179 138 12 0 0.23 0.93 0.30 45.27 0.87 0.37
Hex B3 8A C 0 17 5D 1E 2D 57 25
Octal 263 212 14 0 27 135 36 55 127 45
Binary 10110011 10001010 1100 0 10111 1011101 11110 101101 1010111 100101

Color Harmonies of #B38A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A0C

Black with #B38A0C

Text Example


Text Example

White with #B38A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A0C; }

 p { color: rgb(179,138,12); }

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

background-color css

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

 a { background-color: rgb(179,138,12); }

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

border-color css

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

 span { border-color: rgb(179,138,12); }

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