Html Css Color HEX #BE4826 Trinidad

📋 copy color: '#BE4826'

red 190 ◦ green 72 ◦ blue 38

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

Shades of Trinidad #BE4826

Tints of Trinidad #BE4826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

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

R = 63.33%
G = 24%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE4826 (or 0xBE4826) is known color: Trinidad. HEX triplet: BE, 48 and 26. RGB value is (190,72,38). Sum of RGB (Red+Green+Blue) = 190+72+38=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4826 is #41B7D9. Grayscale: #676767. Windows color (decimal): -4306906 or 2508990. OLE color: 2508990.

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

Color convert

RGB 190 72 38 -
CMYK 0 0.62 0.8 0.25
HSL 13.42º 0.67% 0.45% -
HSV(B) 13.42º 0.8% 0.75% -
XYZ 23.9 15.72 3.61 -
YUV 103.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 190 72 38 0 0.62 0.8 0.25 13.42 0.67 0.45
Hex BE 48 26 0 3E 50 19 D 43 2D
Octal 276 110 46 0 76 120 31 15 103 55
Binary 10111110 1001000 100110 0 111110 1010000 11001 1101 1000011 101101

Color Harmonies of #BE4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4826

Black with #BE4826

Text Example


Text Example

White with #BE4826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4826; }

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

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

background-color css

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

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

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

border-color css

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

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

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