Html Css Color HEX #BE4D21 Trinidad

📋 copy color: '#BE4D21'

red 190 ◦ green 77 ◦ blue 33

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

Shades of Trinidad #BE4D21

Tints of Trinidad #BE4D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 63.33%
G = 25.67%
B = 11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4D21 (or 0xBE4D21) is known color: Trinidad. HEX triplet: BE, 4D and 21. RGB value is (190,77,33). Sum of RGB (Red+Green+Blue) = 190+77+33=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D21 is #41B2DE. Grayscale: #6A6A6A. Windows color (decimal): -4305631 or 2182590. OLE color: 2182590.

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

Color convert

RGB 190 77 33 -
CMYK 0 0.59 0.83 0.25
HSL 16.82º 0.7% 0.44% -
HSV(B) 16.82º 0.83% 0.75% -
XYZ 24.16 16.36 3.32 -
YUV 105.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 190 77 33 0 0.59 0.83 0.25 16.82 0.7 0.44
Hex BE 4D 21 0 3B 53 19 11 46 2C
Octal 276 115 41 0 73 123 31 21 106 54
Binary 10111110 1001101 100001 0 111011 1010011 11001 10001 1000110 101100

Color Harmonies of #BE4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D21

Black with #BE4D21

Text Example


Text Example

White with #BE4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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