Html Css Color HEX #B07908 Dark Goldenrod

📋 copy color: '#B07908'

red 176 ◦ green 121 ◦ blue 8

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

Shades of Dark Goldenrod #B07908

Tints of Dark Goldenrod #B07908

RGB

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

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

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

R = 57.7%
G = 39.67%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B07908 (or 0xB07908) is known color: Dark Goldenrod. HEX triplet: B0, 79 and 08. RGB value is (176,121,8). Sum of RGB (Red+Green+Blue) = 176+121+8=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B07908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07908 is #4F86F7. Grayscale: #7D7D7D. Windows color (decimal): -5211896 or 555440. OLE color: 555440.

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

Color convert

RGB 176 121 8 -
CMYK 0 0.31 0.95 0.31
HSL 40.36º 0.91% 0.36% -
HSV(B) 40.36º 0.95% 0.69% -
XYZ 24.79 22.92 3.35 -
YUV 124.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 176 121 8 0 0.31 0.95 0.31 40.36 0.91 0.36
Hex B0 79 8 0 1F 5F 1F 28 5B 24
Octal 260 171 10 0 37 137 37 50 133 44
Binary 10110000 1111001 1000 0 11111 1011111 11111 101000 1011011 100100

Color Harmonies of #B07908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07908

Black with #B07908

Text Example


Text Example

White with #B07908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07908; }

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

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

background-color css

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

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

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

border-color css

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

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

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