Html Css Color HEX #B07900 Dark Goldenrod

📋 copy color: '#B07900'

red 176 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #B07900

Tints of Dark Goldenrod #B07900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 59.26%
G = 40.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B07900 (or 0xB07900) is known color: Dark Goldenrod. HEX triplet: B0, 79 and 00. RGB value is (176,121,0). Sum of RGB (Red+Green+Blue) = 176+121+0=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B07900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07900 is #4F86FF. Grayscale: #7C7C7C. Windows color (decimal): -5211904 or 31152. OLE color: 31152.

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

Color convert

RGB 176 121 0 -
CMYK 0 0.31 1 0.31
HSL 41.25º 1% 0.35% -
HSV(B) 41.25º 1% 0.69% -
XYZ 24.74 22.9 3.12 -
YUV 123.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 176 121 0 0 0.31 1 0.31 41.25 1 0.35
Hex B0 79 0 0 1F 64 1F 29 64 23
Octal 260 171 0 0 37 144 37 51 144 43
Binary 10110000 1111001 0 0 11111 1100100 11111 101001 1100100 100011

Color Harmonies of #B07900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07900

Black with #B07900

Text Example


Text Example

White with #B07900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07900; }

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

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

background-color css

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

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

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

border-color css

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

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

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