Html Css Color HEX #BE6A1D Christine

📋 copy color: '#BE6A1D'

red 190 ◦ green 106 ◦ blue 29

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

Shades of Christine #BE6A1D

Tints of Christine #BE6A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 58.46%
G = 32.62%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE6A1D (or 0xBE6A1D) is known color: Christine. HEX triplet: BE, 6A and 1D. RGB value is (190,106,29). Sum of RGB (Red+Green+Blue) = 190+106+29=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A1D is #4195E2. Grayscale: #7A7A7A. Windows color (decimal): -4298211 or 1927870. OLE color: 1927870.

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

Color convert

RGB 190 106 29 -
CMYK 0 0.44 0.85 0.25
HSL 28.7º 0.74% 0.43% -
HSV(B) 28.7º 0.85% 0.75% -
XYZ 26.61 21.34 3.88 -
YUV 122.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 190 106 29 0 0.44 0.85 0.25 28.7 0.74 0.43
Hex BE 6A 1D 0 2C 55 19 1D 4A 2B
Octal 276 152 35 0 54 125 31 35 112 53
Binary 10111110 1101010 11101 0 101100 1010101 11001 11101 1001010 101011

Color Harmonies of #BE6A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A1D

Black with #BE6A1D

Text Example


Text Example

White with #BE6A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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