Html Css Color HEX #BD524D Sunset

📋 copy color: '#BD524D'

red 189 ◦ green 82 ◦ blue 77

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

Shades of Sunset #BD524D

Tints of Sunset #BD524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 54.31%
G = 23.56%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD524D (or 0xBD524D) is known color: Sunset. HEX triplet: BD, 52 and 4D. RGB value is (189,82,77). Sum of RGB (Red+Green+Blue) = 189+82+77=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD524D is #42ADB2. Grayscale: #717171. Windows color (decimal): -4369843 or 5067453. OLE color: 5067453.

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

Color convert

RGB 189 82 77 -
CMYK 0 0.57 0.59 0.26
HSL 2.68º 0.46% 0.52% -
HSV(B) 2.68º 0.59% 0.74% -
XYZ 25.34 17.39 9.04 -
YUV 113.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 189 82 77 0 0.57 0.59 0.26 2.68 0.46 0.52
Hex BD 52 4D 0 39 3B 1A 3 2E 34
Octal 275 122 115 0 71 73 32 3 56 64
Binary 10111101 1010010 1001101 0 111001 111011 11010 11 101110 110100

Color Harmonies of #BD524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD524D

Black with #BD524D

Text Example


Text Example

White with #BD524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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