Html Css Color HEX #B09308 Dark Goldenrod

📋 copy color: '#B09308'

red 176 ◦ green 147 ◦ blue 8

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

Shades of Dark Goldenrod #B09308

Tints of Dark Goldenrod #B09308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 53.17%
G = 44.41%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B09308 (or 0xB09308) is known color: Dark Goldenrod. HEX triplet: B0, 93 and 08. RGB value is (176,147,8). Sum of RGB (Red+Green+Blue) = 176+147+8=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B09308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09308 is #4F6CF7. Grayscale: #8C8C8C. Windows color (decimal): -5205240 or 562096. OLE color: 562096.

HSL color Cylindrical-coordinate representation of color #B09308: hue angle of 49.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B09308 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 8 -
CMYK 0 0.16 0.95 0.31
HSL 49.64º 0.91% 0.36% -
HSV(B) 49.64º 0.95% 0.69% -
XYZ 28.38 30.12 4.55 -
YUV 139.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 176 147 8 0 0.16 0.95 0.31 49.64 0.91 0.36
Hex B0 93 8 0 10 5F 1F 32 5B 24
Octal 260 223 10 0 20 137 37 62 133 44
Binary 10110000 10010011 1000 0 10000 1011111 11111 110010 1011011 100100

Color Harmonies of #B09308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09308

Black with #B09308

Text Example


Text Example

White with #B09308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09308; }

 p { color: rgb(176,147,8); }

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

background-color css

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

 a { background-color: rgb(176,147,8); }

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

border-color css

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

 span { border-color: rgb(176,147,8); }

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