Html Css Color HEX #BD534D Sunset

📋 copy color: '#BD534D'

red 189 ◦ green 83 ◦ blue 77

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

Shades of Sunset #BD534D

Tints of Sunset #BD534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 54.15%
G = 23.78%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD534D (or 0xBD534D) is known color: Sunset. HEX triplet: BD, 53 and 4D. RGB value is (189,83,77). Sum of RGB (Red+Green+Blue) = 189+83+77=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD534D is #42ACB2. Grayscale: #727272. Windows color (decimal): -4369587 or 5067709. OLE color: 5067709.

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

Color convert

RGB 189 83 77 -
CMYK 0 0.56 0.59 0.26
HSL 3.21º 0.46% 0.52% -
HSV(B) 3.21º 0.59% 0.74% -
XYZ 25.42 17.54 9.07 -
YUV 114.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 189 83 77 0 0.56 0.59 0.26 3.21 0.46 0.52
Hex BD 53 4D 0 38 3B 1A 3 2E 34
Octal 275 123 115 0 70 73 32 3 56 64
Binary 10111101 1010011 1001101 0 111000 111011 11010 11 101110 110100

Color Harmonies of #BD534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD534D

Black with #BD534D

Text Example


Text Example

White with #BD534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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