Html Css Color HEX #B0630C Golden Brown

📋 copy color: '#B0630C'

red 176 ◦ green 99 ◦ blue 12

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

Shades of Golden Brown #B0630C

Tints of Golden Brown #B0630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 61.32%
G = 34.49%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0630C (or 0xB0630C) is known color: Golden Brown. HEX triplet: B0, 63 and 0C. RGB value is (176,99,12). Sum of RGB (Red+Green+Blue) = 176+99+12=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0630C is #4F9CF3. Grayscale: #707070. Windows color (decimal): -5217524 or 811952. OLE color: 811952.

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

Color convert

RGB 176 99 12 -
CMYK 0 0.44 0.93 0.31
HSL 31.83º 0.87% 0.37% -
HSV(B) 31.83º 0.93% 0.69% -
XYZ 22.43 18.18 2.67 -
YUV 112.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 176 99 12 0 0.44 0.93 0.31 31.83 0.87 0.37
Hex B0 63 C 0 2C 5D 1F 20 57 25
Octal 260 143 14 0 54 135 37 40 127 45
Binary 10110000 1100011 1100 0 101100 1011101 11111 100000 1010111 100101

Color Harmonies of #B0630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0630C

Black with #B0630C

Text Example


Text Example

White with #B0630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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