Html Css Color HEX #B09407 Dark Goldenrod

📋 copy color: '#B09407'

red 176 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #B09407

Tints of Dark Goldenrod #B09407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 53.17%
G = 44.71%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B09407 (or 0xB09407) is known color: Dark Goldenrod. HEX triplet: B0, 94 and 07. RGB value is (176,148,7). Sum of RGB (Red+Green+Blue) = 176+148+7=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B09407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09407 is #4F6BF8. Grayscale: #8C8C8C. Windows color (decimal): -5204985 or 496816. OLE color: 496816.

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

Color convert

RGB 176 148 7 -
CMYK 0 0.16 0.96 0.31
HSL 50.06º 0.92% 0.36% -
HSV(B) 50.06º 0.96% 0.69% -
XYZ 28.53 30.43 4.57 -
YUV 140.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 176 148 7 0 0.16 0.96 0.31 50.06 0.92 0.36
Hex B0 94 7 0 10 60 1F 32 5C 24
Octal 260 224 7 0 20 140 37 62 134 44
Binary 10110000 10010100 111 0 10000 1100000 11111 110010 1011100 100100

Color Harmonies of #B09407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09407

Black with #B09407

Text Example


Text Example

White with #B09407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09407; }

 p { color: rgb(176,148,7); }

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

background-color css

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

 a { background-color: rgb(176,148,7); }

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

border-color css

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

 span { border-color: rgb(176,148,7); }

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