Html Css Color HEX #BE522B Trinidad

📋 copy color: '#BE522B'

red 190 ◦ green 82 ◦ blue 43

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

Shades of Trinidad #BE522B

Tints of Trinidad #BE522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 60.32%
G = 26.03%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE522B (or 0xBE522B) is known color: Trinidad. HEX triplet: BE, 52 and 2B. RGB value is (190,82,43). Sum of RGB (Red+Green+Blue) = 190+82+43=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE522B is #41ADD4. Grayscale: #6E6E6E. Windows color (decimal): -4304341 or 2839230. OLE color: 2839230.

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

Color convert

RGB 190 82 43 -
CMYK 0 0.57 0.77 0.25
HSL 15.92º 0.63% 0.46% -
HSV(B) 15.92º 0.77% 0.75% -
XYZ 24.69 17.16 4.3 -
YUV 109.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 190 82 43 0 0.57 0.77 0.25 15.92 0.63 0.46
Hex BE 52 2B 0 39 4D 19 10 3F 2E
Octal 276 122 53 0 71 115 31 20 77 56
Binary 10111110 1010010 101011 0 111001 1001101 11001 10000 111111 101110

Color Harmonies of #BE522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE522B

Black with #BE522B

Text Example


Text Example

White with #BE522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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