Html Css Color HEX #BB4825 Trinidad

📋 copy color: '#BB4825'

red 187 ◦ green 72 ◦ blue 37

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

Shades of Trinidad #BB4825

Tints of Trinidad #BB4825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 63.18%
G = 24.32%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4825 (or 0xBB4825) is known color: Trinidad. HEX triplet: BB, 48 and 25. RGB value is (187,72,37). Sum of RGB (Red+Green+Blue) = 187+72+37=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4825 is #44B7DA. Grayscale: #666666. Windows color (decimal): -4503515 or 2443451. OLE color: 2443451.

HSL color Cylindrical-coordinate representation of color #BB4825: hue angle of 14º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4825 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 37 -
CMYK 0 0.61 0.80 0.27
HSL 14º 0.67% 0.44% -
HSV(B) 14º 0.8% 0.73% -
XYZ 23.14 15.33 3.49 -
YUV 102.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 187 72 37 0 0.61 0.80 0.27 14 0.67 0.44
Hex BB 48 25 0 3D 50 1B E 43 2C
Octal 273 110 45 0 75 120 33 16 103 54
Binary 10111011 1001000 100101 0 111101 1010000 11011 1110 1000011 101100

Color Harmonies of #BB4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4825

Black with #BB4825

Text Example


Text Example

White with #BB4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4825; }

 p { color: rgb(187,72,37); }

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

background-color css

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

 a { background-color: rgb(187,72,37); }

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

border-color css

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

 span { border-color: rgb(187,72,37); }

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