Html Css Color HEX #BE5D2B Christine

📋 copy color: '#BE5D2B'

red 190 ◦ green 93 ◦ blue 43

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

Shades of Christine #BE5D2B

Tints of Christine #BE5D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 58.28%
G = 28.53%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE5D2B (or 0xBE5D2B) is known color: Christine. HEX triplet: BE, 5D and 2B. RGB value is (190,93,43). Sum of RGB (Red+Green+Blue) = 190+93+43=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D2B is #41A2D4. Grayscale: #747474. Windows color (decimal): -4301525 or 2842046. OLE color: 2842046.

HSL color Cylindrical-coordinate representation of color #BE5D2B: hue angle of 20.41º 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 #BE5D2B is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 93 43 -
CMYK 0 0.51 0.77 0.25
HSL 20.41º 0.63% 0.46% -
HSV(B) 20.41º 0.77% 0.75% -
XYZ 25.59 18.95 4.59 -
YUV 116.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 190 93 43 0 0.51 0.77 0.25 20.41 0.63 0.46
Hex BE 5D 2B 0 33 4D 19 14 3F 2E
Octal 276 135 53 0 63 115 31 24 77 56
Binary 10111110 1011101 101011 0 110011 1001101 11001 10100 111111 101110

Color Harmonies of #BE5D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D2B

Black with #BE5D2B

Text Example


Text Example

White with #BE5D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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