Html Css Color HEX #BD564D Sunset

📋 copy color: '#BD564D'

red 189 ◦ green 86 ◦ blue 77

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

Shades of Sunset #BD564D

Tints of Sunset #BD564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 53.69%
G = 24.43%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD564D (or 0xBD564D) is known color: Sunset. HEX triplet: BD, 56 and 4D. RGB value is (189,86,77). Sum of RGB (Red+Green+Blue) = 189+86+77=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD564D is #42A9B2. Grayscale: #737373. Windows color (decimal): -4368819 or 5068477. OLE color: 5068477.

HSL color Cylindrical-coordinate representation of color #BD564D: hue angle of 4.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD564D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 77 -
CMYK 0 0.54 0.59 0.26
HSL 4.82º 0.46% 0.52% -
HSV(B) 4.82º 0.59% 0.74% -
XYZ 25.65 18.01 9.15 -
YUV 115.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 189 86 77 0 0.54 0.59 0.26 4.82 0.46 0.52
Hex BD 56 4D 0 36 3B 1A 5 2E 34
Octal 275 126 115 0 66 73 32 5 56 64
Binary 10111101 1010110 1001101 0 110110 111011 11010 101 101110 110100

Color Harmonies of #BD564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD564D

Black with #BD564D

Text Example


Text Example

White with #BD564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD564D; }

 p { color: rgb(189,86,77); }

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

background-color css

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

 a { background-color: rgb(189,86,77); }

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

border-color css

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

 span { border-color: rgb(189,86,77); }

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