#BD6353

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

Shades of Sunglo #BD6353

Tints of Sunglo #BD6353

Color information

#BD6353 (or 0xBD6353) is unknown color: approx Sunglo. HEX triplet: BD, 63 and 53. RGB value is (189,99,83). Sum of RGB (Red+Green+Blue) = 189+99+83=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6353 is #429CAC. Grayscale: #7C7C7C. Windows color (decimal): -4365485 or 5465021. OLE color: 5465021.

HSL color Cylindrical-coordinate representation of color #BD6353: hue angle of 9.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6353 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1899983-
CMYK00.480.560.26
HSL9.06º44.54%53.33%-
HSV(B)9.06º56.08%74.12%-
XYZ27.0120.3710.69-
YUV124.09104.82174.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=50.94%
G=26.68%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189998300.480.560.269.0644.5453.33
HexBD6353030381A92d35
Octal2751431230607032115565
Binary10111101110001110100110110000111000110101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6353; }

 p { color: rgb(189,99,83); }

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

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

 a { background-color: rgb(189,99,83); }

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

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

 span { border-color: rgb(189,99,83); }

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