Html Css Color HEX #BD6459 Sunglo

📋 copy color: '#BD6459'

red 189 ◦ green 100 ◦ blue 89

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

Shades of Sunglo #BD6459

Tints of Sunglo #BD6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

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

R = 50%
G = 26.46%
B = 23.54%

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

#BD6459 (or 0xBD6459) is known color: Sunglo. HEX triplet: BD, 64 and 59. RGB value is (189,100,89). Sum of RGB (Red+Green+Blue) = 189+100+89=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6459 is #429BA6. Grayscale: #7D7D7D. Windows color (decimal): -4365223 or 5858493. OLE color: 5858493.

HSL color Cylindrical-coordinate representation of color #BD6459: hue angle of 6.6º 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 #BD6459 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 89 -
CMYK 0 0.47 0.53 0.26
HSL 6.6º 0.43% 0.55% -
HSV(B) 6.6º 0.53% 0.74% -
XYZ 27.35 20.65 12 -
YUV 125.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 189 100 89 0 0.47 0.53 0.26 6.6 0.43 0.55
Hex BD 64 59 0 2F 35 1A 7 2B 37
Octal 275 144 131 0 57 65 32 7 53 67
Binary 10111101 1100100 1011001 0 101111 110101 11010 111 101011 110111

Color Harmonies of #BD6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6459

Black with #BD6459

Text Example


Text Example

White with #BD6459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6459; }

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

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

background-color css

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

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

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

border-color css

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

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

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