Html Css Color HEX #B38700 Dark Goldenrod

📋 copy color: '#B38700'

red 179 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #B38700

Tints of Dark Goldenrod #B38700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

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

R = 57.01%
G = 42.99%
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

#B38700 (or 0xB38700) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 00. RGB value is (179,135,0). Sum of RGB (Red+Green+Blue) = 179+135+0=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B38700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38700 is #4C78FF. Grayscale: #858585. Windows color (decimal): -5011712 or 34739. OLE color: 34739.

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

Color convert

RGB 179 135 0 -
CMYK 0 0.25 1 0.30
HSL 45.25º 1% 0.35% -
HSV(B) 45.25º 1% 0.7% -
XYZ 27.25 26.91 3.76 -
YUV 132.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 179 135 0 0 0.25 1 0.30 45.25 1 0.35
Hex B3 87 0 0 19 64 1E 2D 64 23
Octal 263 207 0 0 31 144 36 55 144 43
Binary 10110011 10000111 0 0 11001 1100100 11110 101101 1100100 100011

Color Harmonies of #B38700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38700

Black with #B38700

Text Example


Text Example

White with #B38700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38700; }

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

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

background-color css

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

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

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

border-color css

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

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

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