Html Css Color HEX #B09300 Dark Goldenrod

📋 copy color: '#B09300'

red 176 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #B09300

Tints of Dark Goldenrod #B09300

RGB

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

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

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

R = 54.49%
G = 45.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B09300 (or 0xB09300) is known color: Dark Goldenrod. HEX triplet: B0, 93 and 00. RGB value is (176,147,0). Sum of RGB (Red+Green+Blue) = 176+147+0=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B09300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09300 is #4F6CFF. Grayscale: #8B8B8B. Windows color (decimal): -5205248 or 37808. OLE color: 37808.

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

Color convert

RGB 176 147 0 -
CMYK 0 0.16 1 0.31
HSL 50.11º 1% 0.35% -
HSV(B) 50.11º 1% 0.69% -
XYZ 28.34 30.1 4.32 -
YUV 138.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 176 147 0 0 0.16 1 0.31 50.11 1 0.35
Hex B0 93 0 0 10 64 1F 32 64 23
Octal 260 223 0 0 20 144 37 62 144 43
Binary 10110000 10010011 0 0 10000 1100100 11111 110010 1100100 100011

Color Harmonies of #B09300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09300

Black with #B09300

Text Example


Text Example

White with #B09300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09300; }

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

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

background-color css

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

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

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

border-color css

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

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

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