Html Css Color HEX #B09101 Dark Goldenrod

📋 copy color: '#B09101'

red 176 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #B09101

Tints of Dark Goldenrod #B09101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

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

R = 54.66%
G = 45.03%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B09101 (or 0xB09101) is known color: Dark Goldenrod. HEX triplet: B0, 91 and 01. RGB value is (176,145,1). Sum of RGB (Red+Green+Blue) = 176+145+1=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B09101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09101 is #4F6EFE. Grayscale: #8A8A8A. Windows color (decimal): -5205759 or 102832. OLE color: 102832.

HSL color Cylindrical-coordinate representation of color #B09101: hue angle of 49.37º 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 #B09101 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 1 -
CMYK 0 0.18 0.99 0.31
HSL 49.37º 0.99% 0.35% -
HSV(B) 49.37º 0.99% 0.69% -
XYZ 28.04 29.48 4.24 -
YUV 137.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 176 145 1 0 0.18 0.99 0.31 49.37 0.99 0.35
Hex B0 91 1 0 12 63 1F 31 63 23
Octal 260 221 1 0 22 143 37 61 143 43
Binary 10110000 10010001 1 0 10010 1100011 11111 110001 1100011 100011

Color Harmonies of #B09101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09101

Black with #B09101

Text Example


Text Example

White with #B09101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09101; }

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

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

background-color css

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

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

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

border-color css

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

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

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