Html Css Color HEX #B0760A Dark Goldenrod

📋 copy color: '#B0760A'

red 176 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #B0760A

Tints of Dark Goldenrod #B0760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 57.89%
G = 38.82%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0760A (or 0xB0760A) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 0A. RGB value is (176,118,10). Sum of RGB (Red+Green+Blue) = 176+118+10=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0760A is #4F89F5. Grayscale: #7B7B7B. Windows color (decimal): -5212662 or 685744. OLE color: 685744.

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

Color convert

RGB 176 118 10 -
CMYK 0 0.33 0.94 0.31
HSL 39.04º 0.89% 0.36% -
HSV(B) 39.04º 0.94% 0.69% -
XYZ 24.44 22.21 3.29 -
YUV 123.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 176 118 10 0 0.33 0.94 0.31 39.04 0.89 0.36
Hex B0 76 A 0 21 5E 1F 27 59 24
Octal 260 166 12 0 41 136 37 47 131 44
Binary 10110000 1110110 1010 0 100001 1011110 11111 100111 1011001 100100

Color Harmonies of #B0760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0760A

Black with #B0760A

Text Example


Text Example

White with #B0760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0760A; }

 p { color: rgb(176,118,10); }

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

background-color css

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

 a { background-color: rgb(176,118,10); }

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

border-color css

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

 span { border-color: rgb(176,118,10); }

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