Html Css Color HEX #B0740B Dark Goldenrod

📋 copy color: '#B0740B'

red 176 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #B0740B

Tints of Dark Goldenrod #B0740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 58.09%
G = 38.28%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0740B (or 0xB0740B) is known color: Dark Goldenrod. HEX triplet: B0, 74 and 0B. RGB value is (176,116,11). Sum of RGB (Red+Green+Blue) = 176+116+11=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0740B is #4F8BF4. Grayscale: #7A7A7A. Windows color (decimal): -5213173 or 750768. OLE color: 750768.

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

Color convert

RGB 176 116 11 -
CMYK 0 0.34 0.94 0.31
HSL 38.18º 0.88% 0.37% -
HSV(B) 38.18º 0.94% 0.69% -
XYZ 24.21 21.75 3.24 -
YUV 121.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 176 116 11 0 0.34 0.94 0.31 38.18 0.88 0.37
Hex B0 74 B 0 22 5E 1F 26 58 25
Octal 260 164 13 0 42 136 37 46 130 45
Binary 10110000 1110100 1011 0 100010 1011110 11111 100110 1011000 100101

Color Harmonies of #B0740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0740B

Black with #B0740B

Text Example


Text Example

White with #B0740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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