Html Css Color HEX #BE6731 Christine

📋 copy color: '#BE6731'

red 190 ◦ green 103 ◦ blue 49

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

Shades of Christine #BE6731

Tints of Christine #BE6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 49 (19.53% from 255) = 14.33%

R = 55.56%
G = 30.12%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE6731 (or 0xBE6731) is known color: Christine. HEX triplet: BE, 67 and 31. RGB value is (190,103,49). Sum of RGB (Red+Green+Blue) = 190+103+49=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6731 is #4198CE. Grayscale: #7B7B7B. Windows color (decimal): -4298959 or 3237822. OLE color: 3237822.

HSL color Cylindrical-coordinate representation of color #BE6731: hue angle of 22.98º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE6731 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 103 49 -
CMYK 0 0.46 0.74 0.25
HSL 22.98º 0.59% 0.47% -
HSV(B) 22.98º 0.74% 0.75% -
XYZ 26.64 20.87 5.53 -
YUV 122.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 190 103 49 0 0.46 0.74 0.25 22.98 0.59 0.47
Hex BE 67 31 0 2E 4A 19 17 3B 2F
Octal 276 147 61 0 56 112 31 27 73 57
Binary 10111110 1100111 110001 0 101110 1001010 11001 10111 111011 101111

Color Harmonies of #BE6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6731

Black with #BE6731

Text Example


Text Example

White with #BE6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6731; }

 p { color: rgb(190,103,49); }

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

background-color css

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

 a { background-color: rgb(190,103,49); }

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

border-color css

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

 span { border-color: rgb(190,103,49); }

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