Html Css Color HEX #BE4C21 Trinidad

📋 copy color: '#BE4C21'

red 190 ◦ green 76 ◦ blue 33

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

Shades of Trinidad #BE4C21

Tints of Trinidad #BE4C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 63.55%
G = 25.42%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4C21 (or 0xBE4C21) is known color: Trinidad. HEX triplet: BE, 4C and 21. RGB value is (190,76,33). Sum of RGB (Red+Green+Blue) = 190+76+33=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C21 is #41B3DE. Grayscale: #696969. Windows color (decimal): -4305887 or 2182334. OLE color: 2182334.

HSL color Cylindrical-coordinate representation of color #BE4C21: hue angle of 16.43º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4C21 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 76 33 -
CMYK 0 0.60 0.83 0.25
HSL 16.43º 0.7% 0.44% -
HSV(B) 16.43º 0.83% 0.75% -
XYZ 24.09 16.23 3.3 -
YUV 105.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 190 76 33 0 0.60 0.83 0.25 16.43 0.7 0.44
Hex BE 4C 21 0 3C 53 19 10 46 2C
Octal 276 114 41 0 74 123 31 20 106 54
Binary 10111110 1001100 100001 0 111100 1010011 11001 10000 1000110 101100

Color Harmonies of #BE4C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C21

Black with #BE4C21

Text Example


Text Example

White with #BE4C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C21; }

 p { color: rgb(190,76,33); }

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

background-color css

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

 a { background-color: rgb(190,76,33); }

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

border-color css

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

 span { border-color: rgb(190,76,33); }

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