Html Css Color HEX #BE514B Sunset

📋 copy color: '#BE514B'

red 190 ◦ green 81 ◦ blue 75

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

Shades of Sunset #BE514B

Tints of Sunset #BE514B

RGB

 RED value IS 190 (74.61% from 255) = 54.91%

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 54.91%
G = 23.41%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE514B (or 0xBE514B) is known color: Sunset. HEX triplet: BE, 51 and 4B. RGB value is (190,81,75). Sum of RGB (Red+Green+Blue) = 190+81+75=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE514B is #41AEB4. Grayscale: #717171. Windows color (decimal): -4304565 or 4936126. OLE color: 4936126.

HSL color Cylindrical-coordinate representation of color #BE514B: hue angle of 3.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE514B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 81 75 -
CMYK 0 0.57 0.61 0.25
HSL 3.13º 0.47% 0.52% -
HSV(B) 3.13º 0.61% 0.75% -
XYZ 25.45 17.34 8.66 -
YUV 112.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 190 81 75 0 0.57 0.61 0.25 3.13 0.47 0.52
Hex BE 51 4B 0 39 3D 19 3 2F 34
Octal 276 121 113 0 71 75 31 3 57 64
Binary 10111110 1010001 1001011 0 111001 111101 11001 11 101111 110100

Color Harmonies of #BE514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE514B

Black with #BE514B

Text Example


Text Example

White with #BE514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE514B; }

 p { color: rgb(190,81,75); }

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

background-color css

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

 a { background-color: rgb(190,81,75); }

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

border-color css

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

 span { border-color: rgb(190,81,75); }

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