Html Css Color HEX #BE5233 Trinidad

📋 copy color: '#BE5233'

red 190 ◦ green 82 ◦ blue 51

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

Shades of Trinidad #BE5233

Tints of Trinidad #BE5233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 58.82%
G = 25.39%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE5233 (or 0xBE5233) is known color: Trinidad. HEX triplet: BE, 52 and 33. RGB value is (190,82,51). Sum of RGB (Red+Green+Blue) = 190+82+51=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5233 is #41ADCC. Grayscale: #6E6E6E. Windows color (decimal): -4304333 or 3363518. OLE color: 3363518.

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

Color convert

RGB 190 82 51 -
CMYK 0 0.57 0.73 0.25
HSL 13.38º 0.58% 0.47% -
HSV(B) 13.38º 0.73% 0.75% -
XYZ 24.85 17.22 5.15 -
YUV 110.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 190 82 51 0 0.57 0.73 0.25 13.38 0.58 0.47
Hex BE 52 33 0 39 49 19 D 3A 2F
Octal 276 122 63 0 71 111 31 15 72 57
Binary 10111110 1010010 110011 0 111001 1001001 11001 1101 111010 101111

Color Harmonies of #BE5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5233

Black with #BE5233

Text Example


Text Example

White with #BE5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5233; }

 p { color: rgb(190,82,51); }

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

background-color css

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

 a { background-color: rgb(190,82,51); }

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

border-color css

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

 span { border-color: rgb(190,82,51); }

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