Html Css Color HEX #BC4928 Trinidad

📋 copy color: '#BC4928'

red 188 ◦ green 73 ◦ blue 40

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

Shades of Trinidad #BC4928

Tints of Trinidad #BC4928

RGB

 RED value IS 188 (73.83% from 255) = 62.46%

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 62.46%
G = 24.25%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC4928 (or 0xBC4928) is known color: Trinidad. HEX triplet: BC, 49 and 28. RGB value is (188,73,40). Sum of RGB (Red+Green+Blue) = 188+73+40=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4928 is #43B6D7. Grayscale: #676767. Windows color (decimal): -4437720 or 2640316. OLE color: 2640316.

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

Color convert

RGB 188 73 40 -
CMYK 0 0.61 0.79 0.26
HSL 13.38º 0.65% 0.45% -
HSV(B) 13.38º 0.79% 0.74% -
XYZ 23.5 15.61 3.78 -
YUV 103.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 188 73 40 0 0.61 0.79 0.26 13.38 0.65 0.45
Hex BC 49 28 0 3D 4F 1A D 41 2D
Octal 274 111 50 0 75 117 32 15 101 55
Binary 10111100 1001001 101000 0 111101 1001111 11010 1101 1000001 101101

Color Harmonies of #BC4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4928

Black with #BC4928

Text Example


Text Example

White with #BC4928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4928; }

 p { color: rgb(188,73,40); }

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

background-color css

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

 a { background-color: rgb(188,73,40); }

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

border-color css

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

 span { border-color: rgb(188,73,40); }

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