Html Css Color HEX #BE512D Trinidad

📋 copy color: '#BE512D'

red 190 ◦ green 81 ◦ blue 45

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

Shades of Trinidad #BE512D

Tints of Trinidad #BE512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 60.13%
G = 25.63%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE512D (or 0xBE512D) is known color: Trinidad. HEX triplet: BE, 51 and 2D. RGB value is (190,81,45). Sum of RGB (Red+Green+Blue) = 190+81+45=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE512D is #41AED2. Grayscale: #6D6D6D. Windows color (decimal): -4304595 or 2970046. OLE color: 2970046.

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

Color convert

RGB 190 81 45 -
CMYK 0 0.57 0.76 0.25
HSL 14.9º 0.62% 0.46% -
HSV(B) 14.9º 0.76% 0.75% -
XYZ 24.65 17.02 4.47 -
YUV 109.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 190 81 45 0 0.57 0.76 0.25 14.9 0.62 0.46
Hex BE 51 2D 0 39 4C 19 F 3E 2E
Octal 276 121 55 0 71 114 31 17 76 56
Binary 10111110 1010001 101101 0 111001 1001100 11001 1111 111110 101110

Color Harmonies of #BE512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE512D

Black with #BE512D

Text Example


Text Example

White with #BE512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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