Html Css Color HEX #BD4E4C Sunset

📋 copy color: '#BD4E4C'

red 189 ◦ green 78 ◦ blue 76

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

Shades of Sunset #BD4E4C

Tints of Sunset #BD4E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.74%

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

R = 55.1%
G = 22.74%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD4E4C (or 0xBD4E4C) is known color: Sunset. HEX triplet: BD, 4E and 4C. RGB value is (189,78,76). Sum of RGB (Red+Green+Blue) = 189+78+76=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E4C is #42B1B3. Grayscale: #6F6F6F. Windows color (decimal): -4370868 or 5000893. OLE color: 5000893.

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

Color convert

RGB 189 78 76 -
CMYK 0 0.59 0.60 0.26
HSL 1.06º 0.46% 0.52% -
HSV(B) 1.06º 0.6% 0.74% -
XYZ 25.02 16.79 8.76 -
YUV 110.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 189 78 76 0 0.59 0.60 0.26 1.06 0.46 0.52
Hex BD 4E 4C 0 3B 3C 1A 1 2E 34
Octal 275 116 114 0 73 74 32 1 56 64
Binary 10111101 1001110 1001100 0 111011 111100 11010 1 101110 110100

Color Harmonies of #BD4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E4C

Black with #BD4E4C

Text Example


Text Example

White with #BD4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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