Html Css Color HEX #BE4629 Trinidad

📋 copy color: '#BE4629'

red 190 ◦ green 70 ◦ blue 41

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

Shades of Trinidad #BE4629

Tints of Trinidad #BE4629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 63.12%
G = 23.26%
B = 13.62%

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

#BE4629 (or 0xBE4629) is known color: Trinidad. HEX triplet: BE, 46 and 29. RGB value is (190,70,41). Sum of RGB (Red+Green+Blue) = 190+70+41=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4629 is #41B9D6. Grayscale: #666666. Windows color (decimal): -4307415 or 2705086. OLE color: 2705086.

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

Color convert

RGB 190 70 41 -
CMYK 0 0.63 0.78 0.25
HSL 11.68º 0.65% 0.45% -
HSV(B) 11.68º 0.78% 0.75% -
XYZ 23.83 15.49 3.83 -
YUV 102.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 190 70 41 0 0.63 0.78 0.25 11.68 0.65 0.45
Hex BE 46 29 0 3F 4E 19 C 41 2D
Octal 276 106 51 0 77 116 31 14 101 55
Binary 10111110 1000110 101001 0 111111 1001110 11001 1100 1000001 101101

Color Harmonies of #BE4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4629

Black with #BE4629

Text Example


Text Example

White with #BE4629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4629; }

 p { color: rgb(190,70,41); }

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

background-color css

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

 a { background-color: rgb(190,70,41); }

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

border-color css

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

 span { border-color: rgb(190,70,41); }

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