Html Css Color HEX #B4631B Christine

📋 copy color: '#B4631B'

red 180 ◦ green 99 ◦ blue 27

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

Shades of Christine #B4631B

Tints of Christine #B4631B

RGB

 RED value IS 180 (70.7% from 255) = 58.82%

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

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 58.82%
G = 32.35%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4631B (or 0xB4631B) is known color: Christine. HEX triplet: B4, 63 and 1B. RGB value is (180,99,27). Sum of RGB (Red+Green+Blue) = 180+99+27=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4631B is #4B9CE4. Grayscale: #737373. Windows color (decimal): -4955365 or 1794996. OLE color: 1794996.

HSL color Cylindrical-coordinate representation of color #B4631B: hue angle of 28.24º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4631B is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 27 -
CMYK 0 0.45 0.85 0.29
HSL 28.24º 0.74% 0.41% -
HSV(B) 28.24º 0.85% 0.71% -
XYZ 23.48 18.71 3.41 -
YUV 115.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 180 99 27 0 0.45 0.85 0.29 28.24 0.74 0.41
Hex B4 63 1B 0 2D 55 1D 1C 4A 29
Octal 264 143 33 0 55 125 35 34 112 51
Binary 10110100 1100011 11011 0 101101 1010101 11101 11100 1001010 101001

Color Harmonies of #B4631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4631B

Black with #B4631B

Text Example


Text Example

White with #B4631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4631B; }

 p { color: rgb(180,99,27); }

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

background-color css

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

 a { background-color: rgb(180,99,27); }

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

border-color css

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

 span { border-color: rgb(180,99,27); }

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