#BE672E

Color #BE672E Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BE672E

Tints of Christine #BE672E

Color information

#BE672E (or 0xBE672E) is unknown color: approx Christine. HEX triplet: BE, 67 and 2E. RGB value is (190,103,46). Sum of RGB (Red+Green+Blue) = 190+103+46=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE672E is #4198D1. Grayscale: #7A7A7A. Windows color (decimal): -4298962 or 3041214. OLE color: 3041214.

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

Color convert

RGB19010346-
CMYK00.460.760.25
HSL23.75º61.02%46.27%-
HSV(B)23.75º75.79%74.51%-
XYZ26.5820.845.21-
YUV122.5184.82176.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=56.05%
G=30.38%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901034600.460.760.2523.7561.0246.27
HexBE672E02E4C19183d2e
Octal2761475605611431307556
Binary101111101100111101110010111010011001100111000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE672E; }

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

 H1.HeaderClassName
 {
   color: #BE672E;
 }
 .AnyTagClassName
 {
   color: #BE672E;
 }
</style>
background-color css

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

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

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

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

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

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