Html Css Color HEX #BE5328 Trinidad

📋 copy color: '#BE5328'

red 190 ◦ green 83 ◦ blue 40

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

Shades of Trinidad #BE5328

Tints of Trinidad #BE5328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 60.7%
G = 26.52%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE5328 (or 0xBE5328) is known color: Trinidad. HEX triplet: BE, 53 and 28. RGB value is (190,83,40). Sum of RGB (Red+Green+Blue) = 190+83+40=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5328 is #41ACD7. Grayscale: #6E6E6E. Windows color (decimal): -4304088 or 2642878. OLE color: 2642878.

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

Color convert

RGB 190 83 40 -
CMYK 0 0.56 0.79 0.25
HSL 17.2º 0.65% 0.45% -
HSV(B) 17.2º 0.79% 0.75% -
XYZ 24.71 17.29 4.04 -
YUV 110.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 190 83 40 0 0.56 0.79 0.25 17.2 0.65 0.45
Hex BE 53 28 0 38 4F 19 11 41 2D
Octal 276 123 50 0 70 117 31 21 101 55
Binary 10111110 1010011 101000 0 111000 1001111 11001 10001 1000001 101101

Color Harmonies of #BE5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5328

Black with #BE5328

Text Example


Text Example

White with #BE5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5328; }

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

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

background-color css

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

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

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

border-color css

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

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

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