Html Css Color HEX #BB4827 Trinidad

📋 copy color: '#BB4827'

red 187 ◦ green 72 ◦ blue 39

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

Shades of Trinidad #BB4827

Tints of Trinidad #BB4827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 62.75%
G = 24.16%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4827 (or 0xBB4827) is known color: Trinidad. HEX triplet: BB, 48 and 27. RGB value is (187,72,39). Sum of RGB (Red+Green+Blue) = 187+72+39=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4827 is #44B7D8. Grayscale: #666666. Windows color (decimal): -4503513 or 2574523. OLE color: 2574523.

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

Color convert

RGB 187 72 39 -
CMYK 0 0.61 0.79 0.27
HSL 13.38º 0.65% 0.44% -
HSV(B) 13.38º 0.79% 0.73% -
XYZ 23.18 15.35 3.66 -
YUV 102.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 187 72 39 0 0.61 0.79 0.27 13.38 0.65 0.44
Hex BB 48 27 0 3D 4F 1B D 41 2C
Octal 273 110 47 0 75 117 33 15 101 54
Binary 10111011 1001000 100111 0 111101 1001111 11011 1101 1000001 101100

Color Harmonies of #BB4827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4827

Black with #BB4827

Text Example


Text Example

White with #BB4827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4827; }

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

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

background-color css

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

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

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

border-color css

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

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

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