#BF6354

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

Shades of Sunglo #BF6354

Tints of Sunglo #BF6354

Color information

#BF6354 (or 0xBF6354) is unknown color: approx Sunglo. HEX triplet: BF, 63 and 54. RGB value is (191,99,84). Sum of RGB (Red+Green+Blue) = 191+99+84=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6354 is #409CAB. Grayscale: #7C7C7C. Windows color (decimal): -4234412 or 5530559. OLE color: 5530559.

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

Color convert

RGB1919984-
CMYK00.480.560.25
HSL8.41º45.53%53.92%-
HSV(B)8.41º56.02%74.9%-
XYZ27.5520.6410.92-
YUV124.8104.98175.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=51.07%
G=26.47%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191998400.480.560.258.4145.5353.92
HexBF6354030381982e36
Octal2771431240607031105666
Binary10111111110001110101000110000111000110011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6354; }

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

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

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

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

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

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

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

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