Html Css Color HEX #B2611D Christine

📋 copy color: '#B2611D'

red 178 ◦ green 97 ◦ blue 29

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

Shades of Christine #B2611D

Tints of Christine #B2611D

RGB

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

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

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

R = 58.55%
G = 31.91%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2611D (or 0xB2611D) is known color: Christine. HEX triplet: B2, 61 and 1D. RGB value is (178,97,29). Sum of RGB (Red+Green+Blue) = 178+97+29=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2611D is #4D9EE2. Grayscale: #717171. Windows color (decimal): -5086947 or 1925554. OLE color: 1925554.

HSL color Cylindrical-coordinate representation of color #B2611D: hue angle of 27.38º 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 #B2611D is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 29 -
CMYK 0 0.46 0.84 0.30
HSL 27.38º 0.72% 0.41% -
HSV(B) 27.38º 0.84% 0.7% -
XYZ 22.86 18.1 3.45 -
YUV 113.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 178 97 29 0 0.46 0.84 0.30 27.38 0.72 0.41
Hex B2 61 1D 0 2E 54 1E 1B 48 29
Octal 262 141 35 0 56 124 36 33 110 51
Binary 10110010 1100001 11101 0 101110 1010100 11110 11011 1001000 101001

Color Harmonies of #B2611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2611D

Black with #B2611D

Text Example


Text Example

White with #B2611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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