Html Css Color HEX #BE502A Trinidad

📋 copy color: '#BE502A'

red 190 ◦ green 80 ◦ blue 42

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

Shades of Trinidad #BE502A

Tints of Trinidad #BE502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 60.9%
G = 25.64%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE502A (or 0xBE502A) is known color: Trinidad. HEX triplet: BE, 50 and 2A. RGB value is (190,80,42). Sum of RGB (Red+Green+Blue) = 190+80+42=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE502A is #41AFD5. Grayscale: #6C6C6C. Windows color (decimal): -4304854 or 2773182. OLE color: 2773182.

HSL color Cylindrical-coordinate representation of color #BE502A: hue angle of 15.41º 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 #BE502A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 42 -
CMYK 0 0.58 0.78 0.25
HSL 15.41º 0.64% 0.45% -
HSV(B) 15.41º 0.78% 0.75% -
XYZ 24.52 16.85 4.15 -
YUV 108.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 190 80 42 0 0.58 0.78 0.25 15.41 0.64 0.45
Hex BE 50 2A 0 3A 4E 19 F 40 2D
Octal 276 120 52 0 72 116 31 17 100 55
Binary 10111110 1010000 101010 0 111010 1001110 11001 1111 1000000 101101

Color Harmonies of #BE502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE502A

Black with #BE502A

Text Example


Text Example

White with #BE502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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