Html Css Color HEX #BB5330 Trinidad

📋 copy color: '#BB5330'

red 187 ◦ green 83 ◦ blue 48

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

Shades of Trinidad #BB5330

Tints of Trinidad #BB5330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 58.81%
G = 26.1%
B = 15.09%

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

#BB5330 (or 0xBB5330) is known color: Trinidad. HEX triplet: BB, 53 and 30. RGB value is (187,83,48). Sum of RGB (Red+Green+Blue) = 187+83+48=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5330 is #44ACCF. Grayscale: #6E6E6E. Windows color (decimal): -4500688 or 3167163. OLE color: 3167163.

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

Color convert

RGB 187 83 48 -
CMYK 0 0.56 0.74 0.27
HSL 15.11º 0.59% 0.46% -
HSV(B) 15.11º 0.74% 0.73% -
XYZ 24.12 16.96 4.8 -
YUV 110.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 187 83 48 0 0.56 0.74 0.27 15.11 0.59 0.46
Hex BB 53 30 0 38 4A 1B F 3B 2E
Octal 273 123 60 0 70 112 33 17 73 56
Binary 10111011 1010011 110000 0 111000 1001010 11011 1111 111011 101110

Color Harmonies of #BB5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5330

Black with #BB5330

Text Example


Text Example

White with #BB5330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5330; }

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

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

background-color css

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

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

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

border-color css

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

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

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