Html Css Color HEX #BE512B Trinidad

📋 copy color: '#BE512B'

red 190 ◦ green 81 ◦ blue 43

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

Shades of Trinidad #BE512B

Tints of Trinidad #BE512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

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

R = 60.51%
G = 25.8%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE512B (or 0xBE512B) is known color: Trinidad. HEX triplet: BE, 51 and 2B. RGB value is (190,81,43). Sum of RGB (Red+Green+Blue) = 190+81+43=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE512B is #41AED4. Grayscale: #6D6D6D. Windows color (decimal): -4304597 or 2838974. OLE color: 2838974.

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

Color convert

RGB 190 81 43 -
CMYK 0 0.57 0.77 0.25
HSL 15.51º 0.63% 0.46% -
HSV(B) 15.51º 0.77% 0.75% -
XYZ 24.61 17.01 4.27 -
YUV 109.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 190 81 43 0 0.57 0.77 0.25 15.51 0.63 0.46
Hex BE 51 2B 0 39 4D 19 10 3F 2E
Octal 276 121 53 0 71 115 31 20 77 56
Binary 10111110 1010001 101011 0 111001 1001101 11001 10000 111111 101110

Color Harmonies of #BE512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE512B

Black with #BE512B

Text Example


Text Example

White with #BE512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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