Html Css Color HEX #BE482B Trinidad

📋 copy color: '#BE482B'

red 190 ◦ green 72 ◦ blue 43

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

Shades of Trinidad #BE482B

Tints of Trinidad #BE482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 62.3%
G = 23.61%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE482B (or 0xBE482B) is known color: Trinidad. HEX triplet: BE, 48 and 2B. RGB value is (190,72,43). Sum of RGB (Red+Green+Blue) = 190+72+43=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE482B is #41B7D4. Grayscale: #686868. Windows color (decimal): -4306901 or 2836670. OLE color: 2836670.

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

Color convert

RGB 190 72 43 -
CMYK 0 0.62 0.77 0.25
HSL 11.84º 0.63% 0.46% -
HSV(B) 11.84º 0.77% 0.75% -
XYZ 23.99 15.76 4.06 -
YUV 103.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 190 72 43 0 0.62 0.77 0.25 11.84 0.63 0.46
Hex BE 48 2B 0 3E 4D 19 C 3F 2E
Octal 276 110 53 0 76 115 31 14 77 56
Binary 10111110 1001000 101011 0 111110 1001101 11001 1100 111111 101110

Color Harmonies of #BE482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE482B

Black with #BE482B

Text Example


Text Example

White with #BE482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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