Html Css Color HEX #B2630C Golden Brown

📋 copy color: '#B2630C'

red 178 ◦ green 99 ◦ blue 12

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

Shades of Golden Brown #B2630C

Tints of Golden Brown #B2630C

RGB

 RED value IS 178 (69.92% from 255) = 61.59%

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

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

R = 61.59%
G = 34.26%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2630C (or 0xB2630C) is known color: Golden Brown. HEX triplet: B2, 63 and 0C. RGB value is (178,99,12). Sum of RGB (Red+Green+Blue) = 178+99+12=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2630C is #4D9CF3. Grayscale: #717171. Windows color (decimal): -5086452 or 811954. OLE color: 811954.

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

Color convert

RGB 178 99 12 -
CMYK 0 0.44 0.93 0.30
HSL 31.45º 0.87% 0.37% -
HSV(B) 31.45º 0.93% 0.7% -
XYZ 22.89 18.42 2.7 -
YUV 112.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 178 99 12 0 0.44 0.93 0.30 31.45 0.87 0.37
Hex B2 63 C 0 2C 5D 1E 1F 57 25
Octal 262 143 14 0 54 135 36 37 127 45
Binary 10110010 1100011 1100 0 101100 1011101 11110 11111 1010111 100101

Color Harmonies of #B2630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2630C

Black with #B2630C

Text Example


Text Example

White with #B2630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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