Html Css Color HEX #BD554F Sunset

📋 copy color: '#BD554F'

red 189 ◦ green 85 ◦ blue 79

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

Shades of Sunset #BD554F

Tints of Sunset #BD554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 53.54%
G = 24.08%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD554F (or 0xBD554F) is known color: Sunset. HEX triplet: BD, 55 and 4F. RGB value is (189,85,79). Sum of RGB (Red+Green+Blue) = 189+85+79=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD554F is #42AAB0. Grayscale: #737373. Windows color (decimal): -4369073 or 5199293. OLE color: 5199293.

HSL color Cylindrical-coordinate representation of color #BD554F: hue angle of 3.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD554F is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 79 -
CMYK 0 0.55 0.58 0.26
HSL 3.27º 0.45% 0.53% -
HSV(B) 3.27º 0.58% 0.74% -
XYZ 25.65 17.88 9.5 -
YUV 115.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 189 85 79 0 0.55 0.58 0.26 3.27 0.45 0.53
Hex BD 55 4F 0 37 3A 1A 3 2D 35
Octal 275 125 117 0 67 72 32 3 55 65
Binary 10111101 1010101 1001111 0 110111 111010 11010 11 101101 110101

Color Harmonies of #BD554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD554F

Black with #BD554F

Text Example


Text Example

White with #BD554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD554F; }

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

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

background-color css

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

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

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

border-color css

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

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

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