Html Css Color HEX #BE4827 Trinidad

📋 copy color: '#BE4827'

red 190 ◦ green 72 ◦ blue 39

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

Shades of Trinidad #BE4827

Tints of Trinidad #BE4827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 63.12%
G = 23.92%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4827 (or 0xBE4827) is known color: Trinidad. HEX triplet: BE, 48 and 27. RGB value is (190,72,39). Sum of RGB (Red+Green+Blue) = 190+72+39=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4827 is #41B7D8. Grayscale: #676767. Windows color (decimal): -4306905 or 2574526. OLE color: 2574526.

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

Color convert

RGB 190 72 39 -
CMYK 0 0.62 0.79 0.25
HSL 13.11º 0.66% 0.45% -
HSV(B) 13.11º 0.79% 0.75% -
XYZ 23.92 15.73 3.69 -
YUV 103.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 190 72 39 0 0.62 0.79 0.25 13.11 0.66 0.45
Hex BE 48 27 0 3E 4F 19 D 42 2D
Octal 276 110 47 0 76 117 31 15 102 55
Binary 10111110 1001000 100111 0 111110 1001111 11001 1101 1000010 101101

Color Harmonies of #BE4827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4827

Black with #BE4827

Text Example


Text Example

White with #BE4827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4827; }

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

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

background-color css

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

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

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

border-color css

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

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

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