Html Css Color HEX #BD554C Sunset

📋 copy color: '#BD554C'

red 189 ◦ green 85 ◦ blue 76

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

Shades of Sunset #BD554C

Tints of Sunset #BD554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 54%
G = 24.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD554C (or 0xBD554C) is known color: Sunset. HEX triplet: BD, 55 and 4C. RGB value is (189,85,76). Sum of RGB (Red+Green+Blue) = 189+85+76=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD554C is #42AAB3. Grayscale: #737373. Windows color (decimal): -4369076 or 5002685. OLE color: 5002685.

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

Color convert

RGB 189 85 76 -
CMYK 0 0.55 0.60 0.26
HSL 4.78º 0.46% 0.52% -
HSV(B) 4.78º 0.6% 0.74% -
XYZ 25.54 17.84 8.93 -
YUV 115.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 189 85 76 0 0.55 0.60 0.26 4.78 0.46 0.52
Hex BD 55 4C 0 37 3C 1A 5 2E 34
Octal 275 125 114 0 67 74 32 5 56 64
Binary 10111101 1010101 1001100 0 110111 111100 11010 101 101110 110100

Color Harmonies of #BD554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD554C

Black with #BD554C

Text Example


Text Example

White with #BD554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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