#BB6754

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

Shades of Sunglo #BB6754

Tints of Sunglo #BB6754

Color information

#BB6754 (or 0xBB6754) is unknown color: approx Sunglo. HEX triplet: BB, 67 and 54. RGB value is (187,103,84). Sum of RGB (Red+Green+Blue) = 187+103+84=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6754 is #4498AB. Grayscale: #7E7E7E. Windows color (decimal): -4495532 or 5531579. OLE color: 5531579.

HSL color Cylindrical-coordinate representation of color #BB6754: hue angle of 11.07º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6754 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18710384-
CMYK00.450.550.27
HSL11.07º43.1%53.14%-
HSV(B)11.07º55.08%73.33%-
XYZ26.9420.9111-
YUV125.95104.33171.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=50%
G=27.54%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871038400.450.550.2711.0743.153.14
HexBB675402D371Bb2b35
Octal2731471240556733135365
Binary10111011110011110101000101101110111110111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6754; }

 p { color: rgb(187,103,84); }

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

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

 a { background-color: rgb(187,103,84); }

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

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

 span { border-color: rgb(187,103,84); }

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