Html Css Color HEX #BE622B Christine

📋 copy color: '#BE622B'

red 190 ◦ green 98 ◦ blue 43

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

Shades of Christine #BE622B

Tints of Christine #BE622B

RGB

 RED value IS 190 (74.61% from 255) = 57.4%

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 57.4%
G = 29.61%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE622B (or 0xBE622B) is known color: Christine. HEX triplet: BE, 62 and 2B. RGB value is (190,98,43). Sum of RGB (Red+Green+Blue) = 190+98+43=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE622B is #419DD4. Grayscale: #777777. Windows color (decimal): -4300245 or 2843326. OLE color: 2843326.

HSL color Cylindrical-coordinate representation of color #BE622B: hue angle of 22.45º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE622B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 98 43 -
CMYK 0 0.48 0.77 0.25
HSL 22.45º 0.63% 0.46% -
HSV(B) 22.45º 0.77% 0.75% -
XYZ 26.04 19.86 4.75 -
YUV 119.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 190 98 43 0 0.48 0.77 0.25 22.45 0.63 0.46
Hex BE 62 2B 0 30 4D 19 16 3F 2E
Octal 276 142 53 0 60 115 31 26 77 56
Binary 10111110 1100010 101011 0 110000 1001101 11001 10110 111111 101110

Color Harmonies of #BE622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE622B

Black with #BE622B

Text Example


Text Example

White with #BE622B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE622B; }

 p { color: rgb(190,98,43); }

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

background-color css

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

 a { background-color: rgb(190,98,43); }

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

border-color css

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

 span { border-color: rgb(190,98,43); }

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