Html Css Color HEX #B38801 Dark Goldenrod

📋 copy color: '#B38801'

red 179 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #B38801

Tints of Dark Goldenrod #B38801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 56.65%
G = 43.04%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38801 (or 0xB38801) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 01. RGB value is (179,136,1). Sum of RGB (Red+Green+Blue) = 179+136+1=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B38801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38801 is #4C77FE. Grayscale: #868686. Windows color (decimal): -5011455 or 100531. OLE color: 100531.

HSL color Cylindrical-coordinate representation of color #B38801: hue angle of 45.51º degrees, saturation: 0.99, 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 #B38801 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 1 -
CMYK 0 0.24 0.99 0.30
HSL 45.51º 0.99% 0.35% -
HSV(B) 45.51º 0.99% 0.7% -
XYZ 27.4 27.19 3.83 -
YUV 133.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 179 136 1 0 0.24 0.99 0.30 45.51 0.99 0.35
Hex B3 88 1 0 18 63 1E 2E 63 23
Octal 263 210 1 0 30 143 36 56 143 43
Binary 10110011 10001000 1 0 11000 1100011 11110 101110 1100011 100011

Color Harmonies of #B38801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38801

Black with #B38801

Text Example


Text Example

White with #B38801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38801; }

 p { color: rgb(179,136,1); }

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

background-color css

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

 a { background-color: rgb(179,136,1); }

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

border-color css

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

 span { border-color: rgb(179,136,1); }

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