Html Css Color HEX #BE532D Trinidad

📋 copy color: '#BE532D'

red 190 ◦ green 83 ◦ blue 45

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

Shades of Trinidad #BE532D

Tints of Trinidad #BE532D

RGB

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

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

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

R = 59.75%
G = 26.1%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE532D (or 0xBE532D) is known color: Trinidad. HEX triplet: BE, 53 and 2D. RGB value is (190,83,45). Sum of RGB (Red+Green+Blue) = 190+83+45=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE532D is #41ACD2. Grayscale: #6E6E6E. Windows color (decimal): -4304083 or 2970558. OLE color: 2970558.

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

Color convert

RGB 190 83 45 -
CMYK 0 0.56 0.76 0.25
HSL 15.72º 0.62% 0.46% -
HSV(B) 15.72º 0.76% 0.75% -
XYZ 24.8 17.32 4.52 -
YUV 110.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 190 83 45 0 0.56 0.76 0.25 15.72 0.62 0.46
Hex BE 53 2D 0 38 4C 19 10 3E 2E
Octal 276 123 55 0 70 114 31 20 76 56
Binary 10111110 1010011 101101 0 111000 1001100 11001 10000 111110 101110

Color Harmonies of #BE532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE532D

Black with #BE532D

Text Example


Text Example

White with #BE532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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