Html Css Color HEX #B07409 Dark Goldenrod

📋 copy color: '#B07409'

red 176 ◦ green 116 ◦ blue 9

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

Shades of Dark Goldenrod #B07409

Tints of Dark Goldenrod #B07409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 9 (3.91% from 255) = 2.99%

R = 58.47%
G = 38.54%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B07409 (or 0xB07409) is known color: Dark Goldenrod. HEX triplet: B0, 74 and 09. RGB value is (176,116,9). Sum of RGB (Red+Green+Blue) = 176+116+9=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B07409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07409 is #4F8BF6. Grayscale: #7A7A7A. Windows color (decimal): -5213175 or 619696. OLE color: 619696.

HSL color Cylindrical-coordinate representation of color #B07409: hue angle of 38.44º degrees, saturation: 0.9, 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 #B07409 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 9 -
CMYK 0 0.34 0.95 0.31
HSL 38.44º 0.9% 0.36% -
HSV(B) 38.44º 0.95% 0.69% -
XYZ 24.2 21.74 3.18 -
YUV 121.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 176 116 9 0 0.34 0.95 0.31 38.44 0.9 0.36
Hex B0 74 9 0 22 5F 1F 26 5A 24
Octal 260 164 11 0 42 137 37 46 132 44
Binary 10110000 1110100 1001 0 100010 1011111 11111 100110 1011010 100100

Color Harmonies of #B07409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07409

Black with #B07409

Text Example


Text Example

White with #B07409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07409; }

 p { color: rgb(176,116,9); }

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

background-color css

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

 a { background-color: rgb(176,116,9); }

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

border-color css

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

 span { border-color: rgb(176,116,9); }

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