Html Css Color HEX #BE6328 Christine

📋 copy color: '#BE6328'

red 190 ◦ green 99 ◦ blue 40

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

Shades of Christine #BE6328

Tints of Christine #BE6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 57.75%
G = 30.09%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE6328 (or 0xBE6328) is known color: Christine. HEX triplet: BE, 63 and 28. RGB value is (190,99,40). Sum of RGB (Red+Green+Blue) = 190+99+40=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6328 is #419CD7. Grayscale: #777777. Windows color (decimal): -4299992 or 2646974. OLE color: 2646974.

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

Color convert

RGB 190 99 40 -
CMYK 0 0.48 0.79 0.25
HSL 23.6º 0.65% 0.45% -
HSV(B) 23.6º 0.79% 0.75% -
XYZ 26.08 20.02 4.5 -
YUV 119.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 190 99 40 0 0.48 0.79 0.25 23.6 0.65 0.45
Hex BE 63 28 0 30 4F 19 18 41 2D
Octal 276 143 50 0 60 117 31 30 101 55
Binary 10111110 1100011 101000 0 110000 1001111 11001 11000 1000001 101101

Color Harmonies of #BE6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6328

Black with #BE6328

Text Example


Text Example

White with #BE6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6328; }

 p { color: rgb(190,99,40); }

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

background-color css

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

 a { background-color: rgb(190,99,40); }

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

border-color css

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

 span { border-color: rgb(190,99,40); }

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