Html Css Color HEX #BB5331 Trinidad

📋 copy color: '#BB5331'

red 187 ◦ green 83 ◦ blue 49

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

Shades of Trinidad #BB5331

Tints of Trinidad #BB5331

RGB

 RED value IS 187 (73.44% from 255) = 58.62%

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

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 58.62%
G = 26.02%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5331 (or 0xBB5331) is known color: Trinidad. HEX triplet: BB, 53 and 31. RGB value is (187,83,49). Sum of RGB (Red+Green+Blue) = 187+83+49=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5331 is #44ACCE. Grayscale: #6E6E6E. Windows color (decimal): -4500687 or 3232699. OLE color: 3232699.

HSL color Cylindrical-coordinate representation of color #BB5331: hue angle of 14.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB5331 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 49 -
CMYK 0 0.56 0.74 0.27
HSL 14.78º 0.58% 0.46% -
HSV(B) 14.78º 0.74% 0.73% -
XYZ 24.14 16.97 4.91 -
YUV 110.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 187 83 49 0 0.56 0.74 0.27 14.78 0.58 0.46
Hex BB 53 31 0 38 4A 1B F 3A 2E
Octal 273 123 61 0 70 112 33 17 72 56
Binary 10111011 1010011 110001 0 111000 1001010 11011 1111 111010 101110

Color Harmonies of #BB5331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5331

Black with #BB5331

Text Example


Text Example

White with #BB5331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5331; }

 p { color: rgb(187,83,49); }

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

background-color css

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

 a { background-color: rgb(187,83,49); }

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

border-color css

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

 span { border-color: rgb(187,83,49); }

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