Html Css Color HEX #BE532B Trinidad

📋 copy color: '#BE532B'

red 190 ◦ green 83 ◦ blue 43

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

Shades of Trinidad #BE532B

Tints of Trinidad #BE532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 60.13%
G = 26.27%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE532B (or 0xBE532B) is known color: Trinidad. HEX triplet: BE, 53 and 2B. RGB value is (190,83,43). Sum of RGB (Red+Green+Blue) = 190+83+43=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE532B is #41ACD4. Grayscale: #6E6E6E. Windows color (decimal): -4304085 or 2839486. OLE color: 2839486.

HSL color Cylindrical-coordinate representation of color #BE532B: hue angle of 16.33º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE532B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 83 43 -
CMYK 0 0.56 0.77 0.25
HSL 16.33º 0.63% 0.46% -
HSV(B) 16.33º 0.77% 0.75% -
XYZ 24.76 17.31 4.32 -
YUV 110.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 190 83 43 0 0.56 0.77 0.25 16.33 0.63 0.46
Hex BE 53 2B 0 38 4D 19 10 3F 2E
Octal 276 123 53 0 70 115 31 20 77 56
Binary 10111110 1010011 101011 0 111000 1001101 11001 10000 111111 101110

Color Harmonies of #BE532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE532B

Black with #BE532B

Text Example


Text Example

White with #BE532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE532B; }

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

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

background-color css

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

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

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

border-color css

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

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

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