Html Css Color HEX #BD554E Sunset

📋 copy color: '#BD554E'

red 189 ◦ green 85 ◦ blue 78

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

Shades of Sunset #BD554E

Tints of Sunset #BD554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 53.69%
G = 24.15%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD554E (or 0xBD554E) is known color: Sunset. HEX triplet: BD, 55 and 4E. RGB value is (189,85,78). Sum of RGB (Red+Green+Blue) = 189+85+78=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD554E is #42AAB1. Grayscale: #737373. Windows color (decimal): -4369074 or 5133757. OLE color: 5133757.

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

Color convert

RGB 189 85 78 -
CMYK 0 0.55 0.59 0.26
HSL 3.78º 0.46% 0.52% -
HSV(B) 3.78º 0.59% 0.74% -
XYZ 25.61 17.87 9.31 -
YUV 115.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 189 85 78 0 0.55 0.59 0.26 3.78 0.46 0.52
Hex BD 55 4E 0 37 3B 1A 4 2E 34
Octal 275 125 116 0 67 73 32 4 56 64
Binary 10111101 1010101 1001110 0 110111 111011 11010 100 101110 110100

Color Harmonies of #BD554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD554E

Black with #BD554E

Text Example


Text Example

White with #BD554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD554E; }

 p { color: rgb(189,85,78); }

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

background-color css

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

 a { background-color: rgb(189,85,78); }

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

border-color css

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

 span { border-color: rgb(189,85,78); }

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