Html Css Color HEX #BE6A30 Christine

📋 copy color: '#BE6A30'

red 190 ◦ green 106 ◦ blue 48

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

Shades of Christine #BE6A30

Tints of Christine #BE6A30

RGB

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

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

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

R = 55.23%
G = 30.81%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE6A30 (or 0xBE6A30) is known color: Christine. HEX triplet: BE, 6A and 30. RGB value is (190,106,48). Sum of RGB (Red+Green+Blue) = 190+106+48=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A30 is #4195CF. Grayscale: #7C7C7C. Windows color (decimal): -4298192 or 3173054. OLE color: 3173054.

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

Color convert

RGB 190 106 48 -
CMYK 0 0.44 0.75 0.25
HSL 24.51º 0.6% 0.47% -
HSV(B) 24.51º 0.75% 0.75% -
XYZ 26.92 21.47 5.52 -
YUV 124.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 190 106 48 0 0.44 0.75 0.25 24.51 0.6 0.47
Hex BE 6A 30 0 2C 4B 19 19 3C 2F
Octal 276 152 60 0 54 113 31 31 74 57
Binary 10111110 1101010 110000 0 101100 1001011 11001 11001 111100 101111

Color Harmonies of #BE6A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A30

Black with #BE6A30

Text Example


Text Example

White with #BE6A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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