Html Css Color HEX #BE4727 Trinidad

📋 copy color: '#BE4727'

red 190 ◦ green 71 ◦ blue 39

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

Shades of Trinidad #BE4727

Tints of Trinidad #BE4727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 63.33%
G = 23.67%
B = 13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4727 (or 0xBE4727) is known color: Trinidad. HEX triplet: BE, 47 and 27. RGB value is (190,71,39). Sum of RGB (Red+Green+Blue) = 190+71+39=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4727 is #41B8D8. Grayscale: #676767. Windows color (decimal): -4307161 or 2574270. OLE color: 2574270.

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

Color convert

RGB 190 71 39 -
CMYK 0 0.63 0.79 0.25
HSL 12.72º 0.66% 0.45% -
HSV(B) 12.72º 0.79% 0.75% -
XYZ 23.85 15.6 3.67 -
YUV 102.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 190 71 39 0 0.63 0.79 0.25 12.72 0.66 0.45
Hex BE 47 27 0 3F 4F 19 D 42 2D
Octal 276 107 47 0 77 117 31 15 102 55
Binary 10111110 1000111 100111 0 111111 1001111 11001 1101 1000010 101101

Color Harmonies of #BE4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4727

Black with #BE4727

Text Example


Text Example

White with #BE4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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