Html Css Color HEX #BE5022 Trinidad

📋 copy color: '#BE5022'

red 190 ◦ green 80 ◦ blue 34

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

Shades of Trinidad #BE5022

Tints of Trinidad #BE5022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 62.5%
G = 26.32%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE5022 (or 0xBE5022) is known color: Trinidad. HEX triplet: BE, 50 and 22. RGB value is (190,80,34). Sum of RGB (Red+Green+Blue) = 190+80+34=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5022 is #41AFDD. Grayscale: #6B6B6B. Windows color (decimal): -4304862 or 2248894. OLE color: 2248894.

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

Color convert

RGB 190 80 34 -
CMYK 0 0.58 0.82 0.25
HSL 17.69º 0.7% 0.44% -
HSV(B) 17.69º 0.82% 0.75% -
XYZ 24.39 16.8 3.47 -
YUV 107.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 190 80 34 0 0.58 0.82 0.25 17.69 0.7 0.44
Hex BE 50 22 0 3A 52 19 12 46 2C
Octal 276 120 42 0 72 122 31 22 106 54
Binary 10111110 1010000 100010 0 111010 1010010 11001 10010 1000110 101100

Color Harmonies of #BE5022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5022

Black with #BE5022

Text Example


Text Example

White with #BE5022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5022; }

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

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

background-color css

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

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

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

border-color css

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

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

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