Html Css Color HEX #BE4528 Trinidad

📋 copy color: '#BE4528'

red 190 ◦ green 69 ◦ blue 40

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

Shades of Trinidad #BE4528

Tints of Trinidad #BE4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 63.55%
G = 23.08%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4528 (or 0xBE4528) is known color: Trinidad. HEX triplet: BE, 45 and 28. RGB value is (190,69,40). Sum of RGB (Red+Green+Blue) = 190+69+40=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4528 is #41BAD7. Grayscale: #666666. Windows color (decimal): -4307672 or 2639294. OLE color: 2639294.

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

Color convert

RGB 190 69 40 -
CMYK 0 0.64 0.79 0.25
HSL 11.6º 0.65% 0.45% -
HSV(B) 11.6º 0.79% 0.75% -
XYZ 23.75 15.36 3.72 -
YUV 101.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 190 69 40 0 0.64 0.79 0.25 11.6 0.65 0.45
Hex BE 45 28 0 40 4F 19 C 41 2D
Octal 276 105 50 0 100 117 31 14 101 55
Binary 10111110 1000101 101000 0 1000000 1001111 11001 1100 1000001 101101

Color Harmonies of #BE4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4528

Black with #BE4528

Text Example


Text Example

White with #BE4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4528; }

 p { color: rgb(190,69,40); }

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

background-color css

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

 a { background-color: rgb(190,69,40); }

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

border-color css

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

 span { border-color: rgb(190,69,40); }

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