Html Css Color HEX #B38C02 Dark Goldenrod

📋 copy color: '#B38C02'

red 179 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #B38C02

Tints of Dark Goldenrod #B38C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.61%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 55.76%
G = 43.61%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38C02 (or 0xB38C02) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 02. RGB value is (179,140,2). Sum of RGB (Red+Green+Blue) = 179+140+2=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C02 is #4C73FD. Grayscale: #888888. Windows color (decimal): -5010430 or 167091. OLE color: 167091.

HSL color Cylindrical-coordinate representation of color #B38C02: hue angle of 46.78º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B38C02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 140 2 -
CMYK 0 0.22 0.99 0.30
HSL 46.78º 0.98% 0.35% -
HSV(B) 46.78º 0.99% 0.7% -
XYZ 27.98 28.34 4.05 -
YUV 135.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 179 140 2 0 0.22 0.99 0.30 46.78 0.98 0.35
Hex B3 8C 2 0 16 63 1E 2F 62 23
Octal 263 214 2 0 26 143 36 57 142 43
Binary 10110011 10001100 10 0 10110 1100011 11110 101111 1100010 100011

Color Harmonies of #B38C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C02

Black with #B38C02

Text Example


Text Example

White with #B38C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C02; }

 p { color: rgb(179,140,2); }

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

background-color css

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

 a { background-color: rgb(179,140,2); }

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

border-color css

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

 span { border-color: rgb(179,140,2); }

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