Html Css Color HEX #BE4523 Trinidad

📋 copy color: '#BE4523'

red 190 ◦ green 69 ◦ blue 35

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

Shades of Trinidad #BE4523

Tints of Trinidad #BE4523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 35 (14.06% from 255) = 11.9%

R = 64.63%
G = 23.47%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE4523 (or 0xBE4523) is known color: Trinidad. HEX triplet: BE, 45 and 23. RGB value is (190,69,35). Sum of RGB (Red+Green+Blue) = 190+69+35=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4523 is #41BADC. Grayscale: #656565. Windows color (decimal): -4307677 or 2311614. OLE color: 2311614.

HSL color Cylindrical-coordinate representation of color #BE4523: hue angle of 13.16º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE4523 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 35 -
CMYK 0 0.64 0.82 0.25
HSL 13.16º 0.69% 0.44% -
HSV(B) 13.16º 0.82% 0.75% -
XYZ 23.67 15.32 3.3 -
YUV 101.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 190 69 35 0 0.64 0.82 0.25 13.16 0.69 0.44
Hex BE 45 23 0 40 52 19 D 45 2C
Octal 276 105 43 0 100 122 31 15 105 54
Binary 10111110 1000101 100011 0 1000000 1010010 11001 1101 1000101 101100

Color Harmonies of #BE4523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4523

Black with #BE4523

Text Example


Text Example

White with #BE4523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4523; }

 p { color: rgb(190,69,35); }

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

background-color css

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

 a { background-color: rgb(190,69,35); }

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

border-color css

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

 span { border-color: rgb(190,69,35); }

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