#BF5E23

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

Shades of Christine #BF5E23

Tints of Christine #BF5E23

Color information

#BF5E23 (or 0xBF5E23) is unknown color: approx Christine. HEX triplet: BF, 5E and 23. RGB value is (191,94,35). Sum of RGB (Red+Green+Blue) = 191+94+35=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E23 is #40A1DC. Grayscale: #747474. Windows color (decimal): -4235741 or 2318015. OLE color: 2318015.

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

Color convert

RGB1919435-
CMYK00.510.820.25
HSL22.69º69.03%44.31%-
HSV(B)22.69º81.68%74.9%-
XYZ25.7919.23.94-
YUV116.2882.14181.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 35 (14.06% from 255) = 10.94%
R=59.69%
G=29.38%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191943500.510.820.2522.6969.0344.31
HexBF5E23033521917452c
Octal27713643063122312710554
Binary1011111110111101000110110011101001011001101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E23; }

 p { color: rgb(191,94,35); }

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

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

 a { background-color: rgb(191,94,35); }

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

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

 span { border-color: rgb(191,94,35); }

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