Html Css Color HEX #BE4223 Trinidad

📋 copy color: '#BE4223'

red 190 ◦ green 66 ◦ blue 35

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

Shades of Trinidad #BE4223

Tints of Trinidad #BE4223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 65.29%
G = 22.68%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE4223 (or 0xBE4223) is known color: Trinidad. HEX triplet: BE, 42 and 23. RGB value is (190,66,35). Sum of RGB (Red+Green+Blue) = 190+66+35=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4223 is #41BDDC. Grayscale: #636363. Windows color (decimal): -4308445 or 2310846. OLE color: 2310846.

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

Color convert

RGB 190 66 35 -
CMYK 0 0.65 0.82 0.25
HSL 12º 0.69% 0.44% -
HSV(B) 12º 0.82% 0.75% -
XYZ 23.49 14.96 3.24 -
YUV 99.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 190 66 35 0 0.65 0.82 0.25 12 0.69 0.44
Hex BE 42 23 0 41 52 19 C 45 2C
Octal 276 102 43 0 101 122 31 14 105 54
Binary 10111110 1000010 100011 0 1000001 1010010 11001 1100 1000101 101100

Color Harmonies of #BE4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4223

Black with #BE4223

Text Example


Text Example

White with #BE4223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4223; }

 p { color: rgb(190,66,35); }

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

background-color css

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

 a { background-color: rgb(190,66,35); }

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

border-color css

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

 span { border-color: rgb(190,66,35); }

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