Html Css Color HEX #B0730E Dark Goldenrod

📋 copy color: '#B0730E'

red 176 ◦ green 115 ◦ blue 14

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

Shades of Dark Goldenrod #B0730E

Tints of Dark Goldenrod #B0730E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 57.7%
G = 37.7%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0730E (or 0xB0730E) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 0E. RGB value is (176,115,14). Sum of RGB (Red+Green+Blue) = 176+115+14=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0730E is #4F8CF1. Grayscale: #7A7A7A. Windows color (decimal): -5213426 or 947120. OLE color: 947120.

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

Color convert

RGB 176 115 14 -
CMYK 0 0.35 0.92 0.31
HSL 37.41º 0.85% 0.37% -
HSV(B) 37.41º 0.92% 0.69% -
XYZ 24.11 21.52 3.3 -
YUV 121.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 176 115 14 0 0.35 0.92 0.31 37.41 0.85 0.37
Hex B0 73 E 0 23 5C 1F 25 55 25
Octal 260 163 16 0 43 134 37 45 125 45
Binary 10110000 1110011 1110 0 100011 1011100 11111 100101 1010101 100101

Color Harmonies of #B0730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0730E

Black with #B0730E

Text Example


Text Example

White with #B0730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0730E; }

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

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

background-color css

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

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

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

border-color css

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

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

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