Html Css Color HEX #BD6559 Sunglo

📋 copy color: '#BD6559'

red 189 ◦ green 101 ◦ blue 89

#BD6559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #BD6559

Tints of Sunglo #BD6559

RGB

 RED value IS 189 (74.22% from 255) = 49.87%

 GREEN value IS 101 (39.84% from 255) = 26.65%

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 49.87%
G = 26.65%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD6559 (or 0xBD6559) is known color: Sunglo. HEX triplet: BD, 65 and 59. RGB value is (189,101,89). Sum of RGB (Red+Green+Blue) = 189+101+89=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6559 is #429AA6. Grayscale: #7E7E7E. Windows color (decimal): -4364967 or 5858749. OLE color: 5858749.

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

Color convert

RGB 189 101 89 -
CMYK 0 0.47 0.53 0.26
HSL 7.2º 0.43% 0.55% -
HSV(B) 7.2º 0.53% 0.74% -
XYZ 27.44 20.85 12.03 -
YUV 125.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 189 101 89 0 0.47 0.53 0.26 7.2 0.43 0.55
Hex BD 65 59 0 2F 35 1A 7 2B 37
Octal 275 145 131 0 57 65 32 7 53 67
Binary 10111101 1100101 1011001 0 101111 110101 11010 111 101011 110111

Color Harmonies of #BD6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6559

Black with #BD6559

Text Example


Text Example

White with #BD6559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6559; }

 p { color: rgb(189,101,89); }

 H1.HeaderClassName
 {
   color: #BD6559;
 }
 .AnyTagClassName
 {
   color: #BD6559;
 }
</style>

background-color css

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

 a { background-color: rgb(189,101,89); }

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

border-color css

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

 span { border-color: rgb(189,101,89); }

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