Html Css Color HEX #BC534B Sunset

📋 copy color: '#BC534B'

red 188 ◦ green 83 ◦ blue 75

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

Shades of Sunset #BC534B

Tints of Sunset #BC534B

RGB

 RED value IS 188 (73.83% from 255) = 54.34%

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 54.34%
G = 23.99%
B = 21.68%

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

#BC534B (or 0xBC534B) is known color: Sunset. HEX triplet: BC, 53 and 4B. RGB value is (188,83,75). Sum of RGB (Red+Green+Blue) = 188+83+75=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC534B is #43ACB4. Grayscale: #717171. Windows color (decimal): -4435125 or 4936636. OLE color: 4936636.

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

Color convert

RGB 188 83 75 -
CMYK 0 0.56 0.60 0.26
HSL 4.25º 0.46% 0.52% -
HSV(B) 4.25º 0.6% 0.74% -
XYZ 25.1 17.39 8.69 -
YUV 113.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 188 83 75 0 0.56 0.60 0.26 4.25 0.46 0.52
Hex BC 53 4B 0 38 3C 1A 4 2E 34
Octal 274 123 113 0 70 74 32 4 56 64
Binary 10111100 1010011 1001011 0 111000 111100 11010 100 101110 110100

Color Harmonies of #BC534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC534B

Black with #BC534B

Text Example


Text Example

White with #BC534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC534B; }

 p { color: rgb(188,83,75); }

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

background-color css

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

 a { background-color: rgb(188,83,75); }

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

border-color css

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

 span { border-color: rgb(188,83,75); }

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