Html Css Color HEX #BE522A Trinidad

📋 copy color: '#BE522A'

red 190 ◦ green 82 ◦ blue 42

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

Shades of Trinidad #BE522A

Tints of Trinidad #BE522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 60.51%
G = 26.11%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE522A (or 0xBE522A) is known color: Trinidad. HEX triplet: BE, 52 and 2A. RGB value is (190,82,42). Sum of RGB (Red+Green+Blue) = 190+82+42=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE522A is #41ADD5. Grayscale: #6E6E6E. Windows color (decimal): -4304342 or 2773694. OLE color: 2773694.

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

Color convert

RGB 190 82 42 -
CMYK 0 0.57 0.78 0.25
HSL 16.22º 0.64% 0.45% -
HSV(B) 16.22º 0.78% 0.75% -
XYZ 24.67 17.15 4.2 -
YUV 109.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 190 82 42 0 0.57 0.78 0.25 16.22 0.64 0.45
Hex BE 52 2A 0 39 4E 19 10 40 2D
Octal 276 122 52 0 71 116 31 20 100 55
Binary 10111110 1010010 101010 0 111001 1001110 11001 10000 1000000 101101

Color Harmonies of #BE522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE522A

Black with #BE522A

Text Example


Text Example

White with #BE522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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