Html Css Color HEX #BD534C Sunset

📋 copy color: '#BD534C'

red 189 ◦ green 83 ◦ blue 76

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

Shades of Sunset #BD534C

Tints of Sunset #BD534C

RGB

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

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

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

R = 54.31%
G = 23.85%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD534C (or 0xBD534C) is known color: Sunset. HEX triplet: BD, 53 and 4C. RGB value is (189,83,76). Sum of RGB (Red+Green+Blue) = 189+83+76=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD534C is #42ACB3. Grayscale: #727272. Windows color (decimal): -4369588 or 5002173. OLE color: 5002173.

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

Color convert

RGB 189 83 76 -
CMYK 0 0.56 0.60 0.26
HSL 3.72º 0.46% 0.52% -
HSV(B) 3.72º 0.6% 0.74% -
XYZ 25.38 17.53 8.88 -
YUV 113.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 189 83 76 0 0.56 0.60 0.26 3.72 0.46 0.52
Hex BD 53 4C 0 38 3C 1A 4 2E 34
Octal 275 123 114 0 70 74 32 4 56 64
Binary 10111101 1010011 1001100 0 111000 111100 11010 100 101110 110100

Color Harmonies of #BD534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD534C

Black with #BD534C

Text Example


Text Example

White with #BD534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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