Html Css Color HEX #BE4B20 Trinidad

📋 copy color: '#BE4B20'

red 190 ◦ green 75 ◦ blue 32

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

Shades of Trinidad #BE4B20

Tints of Trinidad #BE4B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 63.97%
G = 25.25%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4B20 (or 0xBE4B20) is known color: Trinidad. HEX triplet: BE, 4B and 20. RGB value is (190,75,32). Sum of RGB (Red+Green+Blue) = 190+75+32=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B20 is #41B4DF. Grayscale: #686868. Windows color (decimal): -4306144 or 2116542. OLE color: 2116542.

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

Color convert

RGB 190 75 32 -
CMYK 0 0.61 0.83 0.25
HSL 16.33º 0.71% 0.44% -
HSV(B) 16.33º 0.83% 0.75% -
XYZ 24.01 16.08 3.21 -
YUV 104.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 190 75 32 0 0.61 0.83 0.25 16.33 0.71 0.44
Hex BE 4B 20 0 3D 53 19 10 47 2C
Octal 276 113 40 0 75 123 31 20 107 54
Binary 10111110 1001011 100000 0 111101 1010011 11001 10000 1000111 101100

Color Harmonies of #BE4B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B20

Black with #BE4B20

Text Example


Text Example

White with #BE4B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B20; }

 p { color: rgb(190,75,32); }

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

background-color css

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

 a { background-color: rgb(190,75,32); }

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

border-color css

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

 span { border-color: rgb(190,75,32); }

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