Html Css Color HEX #B38600 Dark Goldenrod

📋 copy color: '#B38600'

red 179 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #B38600

Tints of Dark Goldenrod #B38600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.19%
G = 42.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B38600 (or 0xB38600) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 00. RGB value is (179,134,0). Sum of RGB (Red+Green+Blue) = 179+134+0=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B38600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38600 is #4C79FF. Grayscale: #848484. Windows color (decimal): -5011968 or 34483. OLE color: 34483.

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

Color convert

RGB 179 134 0 -
CMYK 0 0.25 1 0.30
HSL 44.92º 1% 0.35% -
HSV(B) 44.92º 1% 0.7% -
XYZ 27.12 26.63 3.71 -
YUV 132.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 179 134 0 0 0.25 1 0.30 44.92 1 0.35
Hex B3 86 0 0 19 64 1E 2D 64 23
Octal 263 206 0 0 31 144 36 55 144 43
Binary 10110011 10000110 0 0 11001 1100100 11110 101101 1100100 100011

Color Harmonies of #B38600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38600

Black with #B38600

Text Example


Text Example

White with #B38600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38600; }

 p { color: rgb(179,134,0); }

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

background-color css

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

 a { background-color: rgb(179,134,0); }

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

border-color css

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

 span { border-color: rgb(179,134,0); }

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