Html Css Color HEX #BE6325 Christine

📋 copy color: '#BE6325'

red 190 ◦ green 99 ◦ blue 37

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

Shades of Christine #BE6325

Tints of Christine #BE6325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 58.28%
G = 30.37%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE6325 (or 0xBE6325) is known color: Christine. HEX triplet: BE, 63 and 25. RGB value is (190,99,37). Sum of RGB (Red+Green+Blue) = 190+99+37=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6325 is #419CDA. Grayscale: #777777. Windows color (decimal): -4299995 or 2450366. OLE color: 2450366.

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

Color convert

RGB 190 99 37 -
CMYK 0 0.48 0.81 0.25
HSL 24.31º 0.67% 0.45% -
HSV(B) 24.31º 0.81% 0.75% -
XYZ 26.03 20 4.24 -
YUV 119.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 190 99 37 0 0.48 0.81 0.25 24.31 0.67 0.45
Hex BE 63 25 0 30 51 19 18 43 2D
Octal 276 143 45 0 60 121 31 30 103 55
Binary 10111110 1100011 100101 0 110000 1010001 11001 11000 1000011 101101

Color Harmonies of #BE6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6325

Black with #BE6325

Text Example


Text Example

White with #BE6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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