Html Css Color HEX #B08901 Dark Goldenrod

📋 copy color: '#B08901'

red 176 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #B08901

Tints of Dark Goldenrod #B08901

RGB

 RED value IS 176 (69.14% from 255) = 56.05%

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

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

R = 56.05%
G = 43.63%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B08901 (or 0xB08901) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 01. RGB value is (176,137,1). Sum of RGB (Red+Green+Blue) = 176+137+1=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B08901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08901 is #4F76FE. Grayscale: #858585. Windows color (decimal): -5207807 or 100784. OLE color: 100784.

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

Color convert

RGB 176 137 1 -
CMYK 0 0.22 0.99 0.31
HSL 46.63º 0.99% 0.35% -
HSV(B) 46.63º 0.99% 0.69% -
XYZ 26.86 27.12 3.85 -
YUV 133.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 176 137 1 0 0.22 0.99 0.31 46.63 0.99 0.35
Hex B0 89 1 0 16 63 1F 2F 63 23
Octal 260 211 1 0 26 143 37 57 143 43
Binary 10110000 10001001 1 0 10110 1100011 11111 101111 1100011 100011

Color Harmonies of #B08901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08901

Black with #B08901

Text Example


Text Example

White with #B08901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08901; }

 p { color: rgb(176,137,1); }

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

background-color css

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

 a { background-color: rgb(176,137,1); }

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

border-color css

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

 span { border-color: rgb(176,137,1); }

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