Html Css Color HEX #BB5431 Trinidad

📋 copy color: '#BB5431'

red 187 ◦ green 84 ◦ blue 49

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

Shades of Trinidad #BB5431

Tints of Trinidad #BB5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 58.44%
G = 26.25%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5431 (or 0xBB5431) is known color: Trinidad. HEX triplet: BB, 54 and 31. RGB value is (187,84,49). Sum of RGB (Red+Green+Blue) = 187+84+49=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5431 is #44ABCE. Grayscale: #6F6F6F. Windows color (decimal): -4500431 or 3232955. OLE color: 3232955.

HSL color Cylindrical-coordinate representation of color #BB5431: hue angle of 15.22º 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 #BB5431 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 84 49 -
CMYK 0 0.55 0.74 0.27
HSL 15.22º 0.58% 0.46% -
HSV(B) 15.22º 0.74% 0.73% -
XYZ 24.22 17.13 4.94 -
YUV 110.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 187 84 49 0 0.55 0.74 0.27 15.22 0.58 0.46
Hex BB 54 31 0 37 4A 1B F 3A 2E
Octal 273 124 61 0 67 112 33 17 72 56
Binary 10111011 1010100 110001 0 110111 1001010 11011 1111 111010 101110

Color Harmonies of #BB5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5431

Black with #BB5431

Text Example


Text Example

White with #BB5431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5431; }

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

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

background-color css

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

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

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

border-color css

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

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

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