Html Css Color HEX #B5621B Christine

📋 copy color: '#B5621B'

red 181 ◦ green 98 ◦ blue 27

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

Shades of Christine #B5621B

Tints of Christine #B5621B

RGB

 RED value IS 181 (71.09% from 255) = 59.15%

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 59.15%
G = 32.03%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5621B (or 0xB5621B) is known color: Christine. HEX triplet: B5, 62 and 1B. RGB value is (181,98,27). Sum of RGB (Red+Green+Blue) = 181+98+27=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5621B is #4A9DE4. Grayscale: #737373. Windows color (decimal): -4890085 or 1794741. OLE color: 1794741.

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

Color convert

RGB 181 98 27 -
CMYK 0 0.46 0.85 0.29
HSL 27.66º 0.74% 0.41% -
HSV(B) 27.66º 0.85% 0.71% -
XYZ 23.62 18.64 3.39 -
YUV 114.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 181 98 27 0 0.46 0.85 0.29 27.66 0.74 0.41
Hex B5 62 1B 0 2E 55 1D 1C 4A 29
Octal 265 142 33 0 56 125 35 34 112 51
Binary 10110101 1100010 11011 0 101110 1010101 11101 11100 1001010 101001

Color Harmonies of #B5621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5621B

Black with #B5621B

Text Example


Text Example

White with #B5621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5621B; }

 p { color: rgb(181,98,27); }

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

background-color css

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

 a { background-color: rgb(181,98,27); }

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

border-color css

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

 span { border-color: rgb(181,98,27); }

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