Html Css Color HEX #BE6A24 Christine

📋 copy color: '#BE6A24'

red 190 ◦ green 106 ◦ blue 36

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

Shades of Christine #BE6A24

Tints of Christine #BE6A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 36 (14.45% from 255) = 10.84%

R = 57.23%
G = 31.93%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE6A24 (or 0xBE6A24) is known color: Christine. HEX triplet: BE, 6A and 24. RGB value is (190,106,36). Sum of RGB (Red+Green+Blue) = 190+106+36=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A24 is #4195DB. Grayscale: #7B7B7B. Windows color (decimal): -4298204 or 2386622. OLE color: 2386622.

HSL color Cylindrical-coordinate representation of color #BE6A24: hue angle of 27.27º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE6A24 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 36 -
CMYK 0 0.44 0.81 0.25
HSL 27.27º 0.68% 0.44% -
HSV(B) 27.27º 0.81% 0.75% -
XYZ 26.71 21.38 4.39 -
YUV 123.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 190 106 36 0 0.44 0.81 0.25 27.27 0.68 0.44
Hex BE 6A 24 0 2C 51 19 1B 44 2C
Octal 276 152 44 0 54 121 31 33 104 54
Binary 10111110 1101010 100100 0 101100 1010001 11001 11011 1000100 101100

Color Harmonies of #BE6A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A24

Black with #BE6A24

Text Example


Text Example

White with #BE6A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A24; }

 p { color: rgb(190,106,36); }

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

background-color css

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

 a { background-color: rgb(190,106,36); }

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

border-color css

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

 span { border-color: rgb(190,106,36); }

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