#BF6535

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

Shades of Christine #BF6535

Tints of Christine #BF6535

Color information

#BF6535 (or 0xBF6535) is unknown color: approx Christine. HEX triplet: BF, 65 and 35. RGB value is (191,101,53). Sum of RGB (Red+Green+Blue) = 191+101+53=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6535 is #409ACA. Grayscale: #7A7A7A. Windows color (decimal): -4233931 or 3499455. OLE color: 3499455.

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

Color convert

RGB19110153-
CMYK00.470.720.25
HSL20.87º56.56%47.84%-
HSV(B)20.87º72.25%74.9%-
XYZ26.7820.645.94-
YUV122.4488.82176.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=55.36%
G=29.28%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911015300.470.720.2520.8756.5647.84
HexBF653502F4819153930
Octal2771456505711031257160
Binary101111111100101110101010111110010001100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6535; }

 p { color: rgb(191,101,53); }

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

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

 a { background-color: rgb(191,101,53); }

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

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

 span { border-color: rgb(191,101,53); }

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