Html Css Color HEX #BE522C Trinidad

📋 copy color: '#BE522C'

red 190 ◦ green 82 ◦ blue 44

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

Shades of Trinidad #BE522C

Tints of Trinidad #BE522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 60.13%
G = 25.95%
B = 13.92%

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

#BE522C (or 0xBE522C) is known color: Trinidad. HEX triplet: BE, 52 and 2C. RGB value is (190,82,44). Sum of RGB (Red+Green+Blue) = 190+82+44=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE522C is #41ADD3. Grayscale: #6E6E6E. Windows color (decimal): -4304340 or 2904766. OLE color: 2904766.

HSL color Cylindrical-coordinate representation of color #BE522C: hue angle of 15.62º degrees, saturation: 0.62, 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 #BE522C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 44 -
CMYK 0 0.57 0.77 0.25
HSL 15.62º 0.62% 0.46% -
HSV(B) 15.62º 0.77% 0.75% -
XYZ 24.71 17.16 4.39 -
YUV 109.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 190 82 44 0 0.57 0.77 0.25 15.62 0.62 0.46
Hex BE 52 2C 0 39 4D 19 10 3E 2E
Octal 276 122 54 0 71 115 31 20 76 56
Binary 10111110 1010010 101100 0 111001 1001101 11001 10000 111110 101110

Color Harmonies of #BE522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE522C

Black with #BE522C

Text Example


Text Example

White with #BE522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE522C; }

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

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

background-color css

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

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

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

border-color css

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

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

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