Html Css Color HEX #BD4F4E Sunset

📋 copy color: '#BD4F4E'

red 189 ◦ green 79 ◦ blue 78

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

Shades of Sunset #BD4F4E

Tints of Sunset #BD4F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 54.62%
G = 22.83%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD4F4E (or 0xBD4F4E) is known color: Sunset. HEX triplet: BD, 4F and 4E. RGB value is (189,79,78). Sum of RGB (Red+Green+Blue) = 189+79+78=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F4E is #42B0B1. Grayscale: #6F6F6F. Windows color (decimal): -4370610 or 5132221. OLE color: 5132221.

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

Color convert

RGB 189 79 78 -
CMYK 0 0.58 0.59 0.26
HSL 0.54º 0.46% 0.52% -
HSV(B) 0.54º 0.59% 0.74% -
XYZ 25.16 16.96 9.16 -
YUV 111.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 189 79 78 0 0.58 0.59 0.26 0.54 0.46 0.52
Hex BD 4F 4E 0 3A 3B 1A 1 2E 34
Octal 275 117 116 0 72 73 32 1 56 64
Binary 10111101 1001111 1001110 0 111010 111011 11010 1 101110 110100

Color Harmonies of #BD4F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F4E

Black with #BD4F4E

Text Example


Text Example

White with #BD4F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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