Html Css Color HEX #B0730B Dark Goldenrod

📋 copy color: '#B0730B'

red 176 ◦ green 115 ◦ blue 11

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

Shades of Dark Goldenrod #B0730B

Tints of Dark Goldenrod #B0730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 58.28%
G = 38.08%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0730B (or 0xB0730B) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 0B. RGB value is (176,115,11). Sum of RGB (Red+Green+Blue) = 176+115+11=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0730B is #4F8CF4. Grayscale: #797979. Windows color (decimal): -5213429 or 750512. OLE color: 750512.

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

Color convert

RGB 176 115 11 -
CMYK 0 0.35 0.94 0.31
HSL 37.82º 0.88% 0.37% -
HSV(B) 37.82º 0.94% 0.69% -
XYZ 24.1 21.52 3.2 -
YUV 121.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 176 115 11 0 0.35 0.94 0.31 37.82 0.88 0.37
Hex B0 73 B 0 23 5E 1F 26 58 25
Octal 260 163 13 0 43 136 37 46 130 45
Binary 10110000 1110011 1011 0 100011 1011110 11111 100110 1011000 100101

Color Harmonies of #B0730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0730B

Black with #B0730B

Text Example


Text Example

White with #B0730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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