Html Css Color HEX #BE4422 Trinidad

📋 copy color: '#BE4422'

red 190 ◦ green 68 ◦ blue 34

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

Shades of Trinidad #BE4422

Tints of Trinidad #BE4422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 34 (13.67% from 255) = 11.64%

R = 65.07%
G = 23.29%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE4422 (or 0xBE4422) is known color: Trinidad. HEX triplet: BE, 44 and 22. RGB value is (190,68,34). Sum of RGB (Red+Green+Blue) = 190+68+34=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4422 is #41BBDD. Grayscale: #646464. Windows color (decimal): -4307934 or 2245822. OLE color: 2245822.

HSL color Cylindrical-coordinate representation of color #BE4422: hue angle of 13.08º degrees, saturation: 0.7, 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 #BE4422 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 34 -
CMYK 0 0.64 0.82 0.25
HSL 13.08º 0.7% 0.44% -
HSV(B) 13.08º 0.82% 0.75% -
XYZ 23.59 15.2 3.2 -
YUV 100.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 190 68 34 0 0.64 0.82 0.25 13.08 0.7 0.44
Hex BE 44 22 0 40 52 19 D 46 2C
Octal 276 104 42 0 100 122 31 15 106 54
Binary 10111110 1000100 100010 0 1000000 1010010 11001 1101 1000110 101100

Color Harmonies of #BE4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4422

Black with #BE4422

Text Example


Text Example

White with #BE4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4422; }

 p { color: rgb(190,68,34); }

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

background-color css

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

 a { background-color: rgb(190,68,34); }

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

border-color css

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

 span { border-color: rgb(190,68,34); }

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