Html Css Color HEX #BE472A Trinidad

📋 copy color: '#BE472A'

red 190 ◦ green 71 ◦ blue 42

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

Shades of Trinidad #BE472A

Tints of Trinidad #BE472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

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

R = 62.71%
G = 23.43%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE472A (or 0xBE472A) is known color: Trinidad. HEX triplet: BE, 47 and 2A. RGB value is (190,71,42). Sum of RGB (Red+Green+Blue) = 190+71+42=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE472A is #41B8D5. Grayscale: #676767. Windows color (decimal): -4307158 or 2770878. OLE color: 2770878.

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

Color convert

RGB 190 71 42 -
CMYK 0 0.63 0.78 0.25
HSL 11.76º 0.64% 0.45% -
HSV(B) 11.76º 0.78% 0.75% -
XYZ 23.91 15.62 3.95 -
YUV 103.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 190 71 42 0 0.63 0.78 0.25 11.76 0.64 0.45
Hex BE 47 2A 0 3F 4E 19 C 40 2D
Octal 276 107 52 0 77 116 31 14 100 55
Binary 10111110 1000111 101010 0 111111 1001110 11001 1100 1000000 101101

Color Harmonies of #BE472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE472A

Black with #BE472A

Text Example


Text Example

White with #BE472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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