Html Css Color HEX #BB4525 Trinidad

📋 copy color: '#BB4525'

red 187 ◦ green 69 ◦ blue 37

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

Shades of Trinidad #BB4525

Tints of Trinidad #BB4525

RGB

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

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

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

R = 63.82%
G = 23.55%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4525 (or 0xBB4525) is known color: Trinidad. HEX triplet: BB, 45 and 25. RGB value is (187,69,37). Sum of RGB (Red+Green+Blue) = 187+69+37=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4525 is #44BADA. Grayscale: #646464. Windows color (decimal): -4504283 or 2442683. OLE color: 2442683.

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

Color convert

RGB 187 69 37 -
CMYK 0 0.63 0.80 0.27
HSL 12.8º 0.67% 0.44% -
HSV(B) 12.8º 0.8% 0.73% -
XYZ 22.96 14.95 3.43 -
YUV 100.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 187 69 37 0 0.63 0.80 0.27 12.8 0.67 0.44
Hex BB 45 25 0 3F 50 1B D 43 2C
Octal 273 105 45 0 77 120 33 15 103 54
Binary 10111011 1000101 100101 0 111111 1010000 11011 1101 1000011 101100

Color Harmonies of #BB4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4525

Black with #BB4525

Text Example


Text Example

White with #BB4525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4525; }

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

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

background-color css

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

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

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

border-color css

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

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

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