Html Css Color HEX #B0610C Golden Brown

📋 copy color: '#B0610C'

red 176 ◦ green 97 ◦ blue 12

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

Shades of Golden Brown #B0610C

Tints of Golden Brown #B0610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 61.75%
G = 34.04%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0610C (or 0xB0610C) is known color: Golden Brown. HEX triplet: B0, 61 and 0C. RGB value is (176,97,12). Sum of RGB (Red+Green+Blue) = 176+97+12=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0610C is #4F9EF3. Grayscale: #6F6F6F. Windows color (decimal): -5218036 or 811440. OLE color: 811440.

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

Color convert

RGB 176 97 12 -
CMYK 0 0.45 0.93 0.31
HSL 31.1º 0.87% 0.37% -
HSV(B) 31.1º 0.93% 0.69% -
XYZ 22.25 17.81 2.61 -
YUV 110.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 176 97 12 0 0.45 0.93 0.31 31.1 0.87 0.37
Hex B0 61 C 0 2D 5D 1F 1F 57 25
Octal 260 141 14 0 55 135 37 37 127 45
Binary 10110000 1100001 1100 0 101101 1011101 11111 11111 1010111 100101

Color Harmonies of #B0610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0610C

Black with #B0610C

Text Example


Text Example

White with #B0610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0610C; }

 p { color: rgb(176,97,12); }

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

background-color css

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

 a { background-color: rgb(176,97,12); }

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

border-color css

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

 span { border-color: rgb(176,97,12); }

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