Html Css Color HEX #BE611A Christine

📋 copy color: '#BE611A'

red 190 ◦ green 97 ◦ blue 26

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

Shades of Christine #BE611A

Tints of Christine #BE611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 60.7%
G = 30.99%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE611A (or 0xBE611A) is known color: Christine. HEX triplet: BE, 61 and 1A. RGB value is (190,97,26). Sum of RGB (Red+Green+Blue) = 190+97+26=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE611A is #419EE5. Grayscale: #757575. Windows color (decimal): -4300518 or 1728958. OLE color: 1728958.

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

Color convert

RGB 190 97 26 -
CMYK 0 0.49 0.86 0.25
HSL 25.98º 0.76% 0.42% -
HSV(B) 25.98º 0.86% 0.75% -
XYZ 25.7 19.57 3.4 -
YUV 116.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 190 97 26 0 0.49 0.86 0.25 25.98 0.76 0.42
Hex BE 61 1A 0 31 56 19 1A 4C 2A
Octal 276 141 32 0 61 126 31 32 114 52
Binary 10111110 1100001 11010 0 110001 1010110 11001 11010 1001100 101010

Color Harmonies of #BE611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE611A

Black with #BE611A

Text Example


Text Example

White with #BE611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE611A; }

 p { color: rgb(190,97,26); }

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

background-color css

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

 a { background-color: rgb(190,97,26); }

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

border-color css

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

 span { border-color: rgb(190,97,26); }

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