Html Css Color HEX #BE6430 Christine

📋 copy color: '#BE6430'

red 190 ◦ green 100 ◦ blue 48

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

Shades of Christine #BE6430

Tints of Christine #BE6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 56.21%
G = 29.59%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE6430 (or 0xBE6430) is known color: Christine. HEX triplet: BE, 64 and 30. RGB value is (190,100,48). Sum of RGB (Red+Green+Blue) = 190+100+48=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6430 is #419BCF. Grayscale: #797979. Windows color (decimal): -4299728 or 3171518. OLE color: 3171518.

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

Color convert

RGB 190 100 48 -
CMYK 0 0.47 0.75 0.25
HSL 21.97º 0.6% 0.47% -
HSV(B) 21.97º 0.75% 0.75% -
XYZ 26.33 20.27 5.32 -
YUV 120.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 190 100 48 0 0.47 0.75 0.25 21.97 0.6 0.47
Hex BE 64 30 0 2F 4B 19 16 3C 2F
Octal 276 144 60 0 57 113 31 26 74 57
Binary 10111110 1100100 110000 0 101111 1001011 11001 10110 111100 101111

Color Harmonies of #BE6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6430

Black with #BE6430

Text Example


Text Example

White with #BE6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6430; }

 p { color: rgb(190,100,48); }

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

background-color css

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

 a { background-color: rgb(190,100,48); }

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

border-color css

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

 span { border-color: rgb(190,100,48); }

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