Html Css Color HEX #B2631D Christine

📋 copy color: '#B2631D'

red 178 ◦ green 99 ◦ blue 29

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

Shades of Christine #B2631D

Tints of Christine #B2631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 58.17%
G = 32.35%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2631D (or 0xB2631D) is known color: Christine. HEX triplet: B2, 63 and 1D. RGB value is (178,99,29). Sum of RGB (Red+Green+Blue) = 178+99+29=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2631D is #4D9CE2. Grayscale: #737373. Windows color (decimal): -5086435 or 1926066. OLE color: 1926066.

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

Color convert

RGB 178 99 29 -
CMYK 0 0.44 0.84 0.30
HSL 28.19º 0.72% 0.41% -
HSV(B) 28.19º 0.84% 0.7% -
XYZ 23.04 18.48 3.51 -
YUV 114.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 178 99 29 0 0.44 0.84 0.30 28.19 0.72 0.41
Hex B2 63 1D 0 2C 54 1E 1C 48 29
Octal 262 143 35 0 54 124 36 34 110 51
Binary 10110010 1100011 11101 0 101100 1010100 11110 11100 1001000 101001

Color Harmonies of #B2631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2631D

Black with #B2631D

Text Example


Text Example

White with #B2631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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