Html Css Color HEX #BD554D Sunset

📋 copy color: '#BD554D'

red 189 ◦ green 85 ◦ blue 77

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

Shades of Sunset #BD554D

Tints of Sunset #BD554D

RGB

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

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

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

R = 53.85%
G = 24.22%
B = 21.94%

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

#BD554D (or 0xBD554D) is known color: Sunset. HEX triplet: BD, 55 and 4D. RGB value is (189,85,77). Sum of RGB (Red+Green+Blue) = 189+85+77=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD554D is #42AAB2. Grayscale: #737373. Windows color (decimal): -4369075 or 5068221. OLE color: 5068221.

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

Color convert

RGB 189 85 77 -
CMYK 0 0.55 0.59 0.26
HSL 4.29º 0.46% 0.52% -
HSV(B) 4.29º 0.59% 0.74% -
XYZ 25.57 17.85 9.12 -
YUV 115.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 189 85 77 0 0.55 0.59 0.26 4.29 0.46 0.52
Hex BD 55 4D 0 37 3B 1A 4 2E 34
Octal 275 125 115 0 67 73 32 4 56 64
Binary 10111101 1010101 1001101 0 110111 111011 11010 100 101110 110100

Color Harmonies of #BD554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD554D

Black with #BD554D

Text Example


Text Example

White with #BD554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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