Html Css Color HEX #BC522B Trinidad

📋 copy color: '#BC522B'

red 188 ◦ green 82 ◦ blue 43

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

Shades of Trinidad #BC522B

Tints of Trinidad #BC522B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 60.06%
G = 26.2%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC522B (or 0xBC522B) is known color: Trinidad. HEX triplet: BC, 52 and 2B. RGB value is (188,82,43). Sum of RGB (Red+Green+Blue) = 188+82+43=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC522B is #43ADD4. Grayscale: #6D6D6D. Windows color (decimal): -4435413 or 2839228. OLE color: 2839228.

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

Color convert

RGB 188 82 43 -
CMYK 0 0.56 0.77 0.26
HSL 16.14º 0.63% 0.45% -
HSV(B) 16.14º 0.77% 0.74% -
XYZ 24.19 16.9 4.27 -
YUV 109.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 188 82 43 0 0.56 0.77 0.26 16.14 0.63 0.45
Hex BC 52 2B 0 38 4D 1A 10 3F 2D
Octal 274 122 53 0 70 115 32 20 77 55
Binary 10111100 1010010 101011 0 111000 1001101 11010 10000 111111 101101

Color Harmonies of #BC522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC522B

Black with #BC522B

Text Example


Text Example

White with #BC522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC522B; }

 p { color: rgb(188,82,43); }

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

background-color css

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

 a { background-color: rgb(188,82,43); }

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

border-color css

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

 span { border-color: rgb(188,82,43); }

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