Html Css Color HEX #BD564A Sunset

📋 copy color: '#BD564A'

red 189 ◦ green 86 ◦ blue 74

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

Shades of Sunset #BD564A

Tints of Sunset #BD564A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 54.15%
G = 24.64%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD564A (or 0xBD564A) is known color: Sunset. HEX triplet: BD, 56 and 4A. RGB value is (189,86,74). Sum of RGB (Red+Green+Blue) = 189+86+74=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD564A is #42A9B5. Grayscale: #737373. Windows color (decimal): -4368822 or 4871869. OLE color: 4871869.

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

Color convert

RGB 189 86 74 -
CMYK 0 0.54 0.61 0.26
HSL 6.26º 0.47% 0.52% -
HSV(B) 6.26º 0.61% 0.74% -
XYZ 25.55 17.97 8.6 -
YUV 115.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 189 86 74 0 0.54 0.61 0.26 6.26 0.47 0.52
Hex BD 56 4A 0 36 3D 1A 6 2F 34
Octal 275 126 112 0 66 75 32 6 57 64
Binary 10111101 1010110 1001010 0 110110 111101 11010 110 101111 110100

Color Harmonies of #BD564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD564A

Black with #BD564A

Text Example


Text Example

White with #BD564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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