Html Css Color HEX #BE6730 Christine

📋 copy color: '#BE6730'

red 190 ◦ green 103 ◦ blue 48

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

Shades of Christine #BE6730

Tints of Christine #BE6730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 55.72%
G = 30.21%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE6730 (or 0xBE6730) is known color: Christine. HEX triplet: BE, 67 and 30. RGB value is (190,103,48). Sum of RGB (Red+Green+Blue) = 190+103+48=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6730 is #4198CF. Grayscale: #7B7B7B. Windows color (decimal): -4298960 or 3172286. OLE color: 3172286.

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

Color convert

RGB 190 103 48 -
CMYK 0 0.46 0.75 0.25
HSL 23.24º 0.6% 0.47% -
HSV(B) 23.24º 0.75% 0.75% -
XYZ 26.62 20.86 5.42 -
YUV 122.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 190 103 48 0 0.46 0.75 0.25 23.24 0.6 0.47
Hex BE 67 30 0 2E 4B 19 17 3C 2F
Octal 276 147 60 0 56 113 31 27 74 57
Binary 10111110 1100111 110000 0 101110 1001011 11001 10111 111100 101111

Color Harmonies of #BE6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6730

Black with #BE6730

Text Example


Text Example

White with #BE6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6730; }

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

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

background-color css

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

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

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

border-color css

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

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

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