Html Css Color HEX #BE6A1F Christine

📋 copy color: '#BE6A1F'

red 190 ◦ green 106 ◦ blue 31

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

Shades of Christine #BE6A1F

Tints of Christine #BE6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 31 (12.5% from 255) = 9.48%

R = 58.1%
G = 32.42%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE6A1F (or 0xBE6A1F) is known color: Christine. HEX triplet: BE, 6A and 1F. RGB value is (190,106,31). Sum of RGB (Red+Green+Blue) = 190+106+31=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A1F is #4195E0. Grayscale: #7A7A7A. Windows color (decimal): -4298209 or 2058942. OLE color: 2058942.

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

Color convert

RGB 190 106 31 -
CMYK 0 0.44 0.84 0.25
HSL 28.3º 0.72% 0.43% -
HSV(B) 28.3º 0.84% 0.75% -
XYZ 26.64 21.35 4.01 -
YUV 122.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 190 106 31 0 0.44 0.84 0.25 28.3 0.72 0.43
Hex BE 6A 1F 0 2C 54 19 1C 48 2B
Octal 276 152 37 0 54 124 31 34 110 53
Binary 10111110 1101010 11111 0 101100 1010100 11001 11100 1001000 101011

Color Harmonies of #BE6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A1F

Black with #BE6A1F

Text Example


Text Example

White with #BE6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A1F; }

 p { color: rgb(190,106,31); }

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

background-color css

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

 a { background-color: rgb(190,106,31); }

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

border-color css

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

 span { border-color: rgb(190,106,31); }

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