Html Css Color HEX #BE601B Christine

📋 copy color: '#BE601B'

red 190 ◦ green 96 ◦ blue 27

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

Shades of Christine #BE601B

Tints of Christine #BE601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 60.7%
G = 30.67%
B = 8.63%

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

#BE601B (or 0xBE601B) is known color: Christine. HEX triplet: BE, 60 and 1B. RGB value is (190,96,27). Sum of RGB (Red+Green+Blue) = 190+96+27=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE601B is #419FE4. Grayscale: #747474. Windows color (decimal): -4300773 or 1794238. OLE color: 1794238.

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

Color convert

RGB 190 96 27 -
CMYK 0 0.49 0.86 0.25
HSL 25.4º 0.75% 0.43% -
HSV(B) 25.4º 0.86% 0.75% -
XYZ 25.62 19.39 3.43 -
YUV 116.24 77.64 180.61 -
System Red Green Blue C M Y K H S L
Decimal 190 96 27 0 0.49 0.86 0.25 25.4 0.75 0.43
Hex BE 60 1B 0 31 56 19 19 4B 2B
Octal 276 140 33 0 61 126 31 31 113 53
Binary 10111110 1100000 11011 0 110001 1010110 11001 11001 1001011 101011

Color Harmonies of #BE601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE601B

Black with #BE601B

Text Example


Text Example

White with #BE601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE601B; }

 p { color: rgb(190,96,27); }

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

background-color css

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

 a { background-color: rgb(190,96,27); }

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

border-color css

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

 span { border-color: rgb(190,96,27); }

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