Html Css Color HEX #B38900 Dark Goldenrod

📋 copy color: '#B38900'

red 179 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #B38900

Tints of Dark Goldenrod #B38900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

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

R = 56.65%
G = 43.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B38900 (or 0xB38900) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 00. RGB value is (179,137,0). Sum of RGB (Red+Green+Blue) = 179+137+0=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B38900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38900 is #4C76FF. Grayscale: #868686. Windows color (decimal): -5011200 or 35251. OLE color: 35251.

HSL color Cylindrical-coordinate representation of color #B38900: hue angle of 45.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 #B38900 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 0 -
CMYK 0 0.23 1 0.30
HSL 45.92º 1% 0.35% -
HSV(B) 45.92º 1% 0.7% -
XYZ 27.54 27.48 3.85 -
YUV 133.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 179 137 0 0 0.23 1 0.30 45.92 1 0.35
Hex B3 89 0 0 17 64 1E 2E 64 23
Octal 263 211 0 0 27 144 36 56 144 43
Binary 10110011 10001001 0 0 10111 1100100 11110 101110 1100100 100011

Color Harmonies of #B38900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38900

Black with #B38900

Text Example


Text Example

White with #B38900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38900; }

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

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

background-color css

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

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

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

border-color css

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

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

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