Html Css Color HEX #B4621B Christine

📋 copy color: '#B4621B'

red 180 ◦ green 98 ◦ blue 27

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

Shades of Christine #B4621B

Tints of Christine #B4621B

RGB

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

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

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

R = 59.02%
G = 32.13%
B = 8.85%

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

#B4621B (or 0xB4621B) is known color: Christine. HEX triplet: B4, 62 and 1B. RGB value is (180,98,27). Sum of RGB (Red+Green+Blue) = 180+98+27=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4621B is #4B9DE4. Grayscale: #727272. Windows color (decimal): -4955621 or 1794740. OLE color: 1794740.

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

Color convert

RGB 180 98 27 -
CMYK 0 0.46 0.85 0.29
HSL 27.84º 0.74% 0.41% -
HSV(B) 27.84º 0.85% 0.71% -
XYZ 23.39 18.52 3.38 -
YUV 114.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 180 98 27 0 0.46 0.85 0.29 27.84 0.74 0.41
Hex B4 62 1B 0 2E 55 1D 1C 4A 29
Octal 264 142 33 0 56 125 35 34 112 51
Binary 10110100 1100010 11011 0 101110 1010101 11101 11100 1001010 101001

Color Harmonies of #B4621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4621B

Black with #B4621B

Text Example


Text Example

White with #B4621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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