Html Css Color HEX #BC4726 Trinidad

📋 copy color: '#BC4726'

red 188 ◦ green 71 ◦ blue 38

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

Shades of Trinidad #BC4726

Tints of Trinidad #BC4726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 63.3%
G = 23.91%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4726 (or 0xBC4726) is known color: Trinidad. HEX triplet: BC, 47 and 26. RGB value is (188,71,38). Sum of RGB (Red+Green+Blue) = 188+71+38=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4726 is #43B8D9. Grayscale: #666666. Windows color (decimal): -4438234 or 2508732. OLE color: 2508732.

HSL color Cylindrical-coordinate representation of color #BC4726: hue angle of 13.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4726 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 38 -
CMYK 0 0.62 0.80 0.26
HSL 13.2º 0.66% 0.44% -
HSV(B) 13.2º 0.8% 0.74% -
XYZ 23.34 15.34 3.56 -
YUV 102.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 188 71 38 0 0.62 0.80 0.26 13.2 0.66 0.44
Hex BC 47 26 0 3E 50 1A D 42 2C
Octal 274 107 46 0 76 120 32 15 102 54
Binary 10111100 1000111 100110 0 111110 1010000 11010 1101 1000010 101100

Color Harmonies of #BC4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4726

Black with #BC4726

Text Example


Text Example

White with #BC4726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4726; }

 p { color: rgb(188,71,38); }

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

background-color css

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

 a { background-color: rgb(188,71,38); }

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

border-color css

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

 span { border-color: rgb(188,71,38); }

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