Html Css Color HEX #BE5534 Trinidad

📋 copy color: '#BE5534'

red 190 ◦ green 85 ◦ blue 52

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

Shades of Trinidad #BE5534

Tints of Trinidad #BE5534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 58.1%
G = 25.99%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE5534 (or 0xBE5534) is known color: Trinidad. HEX triplet: BE, 55 and 34. RGB value is (190,85,52). Sum of RGB (Red+Green+Blue) = 190+85+52=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5534 is #41AACB. Grayscale: #707070. Windows color (decimal): -4303564 or 3429822. OLE color: 3429822.

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

Color convert

RGB 190 85 52 -
CMYK 0 0.55 0.73 0.25
HSL 14.35º 0.57% 0.47% -
HSV(B) 14.35º 0.73% 0.75% -
XYZ 25.1 17.69 5.34 -
YUV 112.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 190 85 52 0 0.55 0.73 0.25 14.35 0.57 0.47
Hex BE 55 34 0 37 49 19 E 39 2F
Octal 276 125 64 0 67 111 31 16 71 57
Binary 10111110 1010101 110100 0 110111 1001001 11001 1110 111001 101111

Color Harmonies of #BE5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5534

Black with #BE5534

Text Example


Text Example

White with #BE5534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5534; }

 p { color: rgb(190,85,52); }

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

background-color css

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

 a { background-color: rgb(190,85,52); }

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

border-color css

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

 span { border-color: rgb(190,85,52); }

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