Html Css Color HEX #BE5026 Trinidad

📋 copy color: '#BE5026'

red 190 ◦ green 80 ◦ blue 38

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

Shades of Trinidad #BE5026

Tints of Trinidad #BE5026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 61.69%
G = 25.97%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE5026 (or 0xBE5026) is known color: Trinidad. HEX triplet: BE, 50 and 26. RGB value is (190,80,38). Sum of RGB (Red+Green+Blue) = 190+80+38=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5026 is #41AFD9. Grayscale: #6C6C6C. Windows color (decimal): -4304858 or 2511038. OLE color: 2511038.

HSL color Cylindrical-coordinate representation of color #BE5026: hue angle of 16.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE5026 is Cyan = 0, Magento = 0.58, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 38 -
CMYK 0 0.58 0.8 0.25
HSL 16.58º 0.67% 0.45% -
HSV(B) 16.58º 0.8% 0.75% -
XYZ 24.45 16.82 3.79 -
YUV 108.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 190 80 38 0 0.58 0.8 0.25 16.58 0.67 0.45
Hex BE 50 26 0 3A 50 19 11 43 2D
Octal 276 120 46 0 72 120 31 21 103 55
Binary 10111110 1010000 100110 0 111010 1010000 11001 10001 1000011 101101

Color Harmonies of #BE5026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5026

Black with #BE5026

Text Example


Text Example

White with #BE5026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5026; }

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

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

background-color css

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

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

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

border-color css

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

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

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