#BF6330

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

Shades of Christine #BF6330

Tints of Christine #BF6330

Color information

#BF6330 (or 0xBF6330) is unknown color: approx Christine. HEX triplet: BF, 63 and 30. RGB value is (191,99,48). Sum of RGB (Red+Green+Blue) = 191+99+48=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6330 is #409CCF. Grayscale: #787878. Windows color (decimal): -4234448 or 3171263. OLE color: 3171263.

HSL color Cylindrical-coordinate representation of color #BF6330: hue angle of 21.4º 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 #BF6330 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1919948-
CMYK00.480.750.25
HSL21.4º59.83%46.86%-
HSV(B)21.4º74.87%74.9%-
XYZ26.4820.215.3-
YUV120.6986.98178.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=56.51%
G=29.29%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191994800.480.750.2521.459.8346.86
HexBF63300304B19153c2f
Octal2771436006011331257457
Binary101111111100011110000011000010010111100110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6330; }

 p { color: rgb(191,99,48); }

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

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

 a { background-color: rgb(191,99,48); }

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

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

 span { border-color: rgb(191,99,48); }

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