Html Css Color HEX #BCB247 Brass

📋 copy color: '#BCB247'

red 188 ◦ green 178 ◦ blue 71

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

Shades of Brass #BCB247

Tints of Brass #BCB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

 BLUE value IS 71 (28.13% from 255) = 16.25%

R = 43.02%
G = 40.73%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB247 (or 0xBCB247) is known color: Brass. HEX triplet: BC, B2 and 47. RGB value is (188,178,71). Sum of RGB (Red+Green+Blue) = 188+178+71=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB247 is #434DB8. Grayscale: #A9A9A9. Windows color (decimal): -4410809 or 4698812. OLE color: 4698812.

HSL color Cylindrical-coordinate representation of color #BCB247: hue angle of 54.87º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB247 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 71 -
CMYK 0 0.05 0.62 0.26
HSL 54.87º 0.47% 0.51% -
HSV(B) 54.87º 0.62% 0.74% -
XYZ 37.8 42.99 12.27 -
YUV 168.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 188 178 71 0 0.05 0.62 0.26 54.87 0.47 0.51
Hex BC B2 47 0 5 3E 1A 37 2F 33
Octal 274 262 107 0 5 76 32 67 57 63
Binary 10111100 10110010 1000111 0 101 111110 11010 110111 101111 110011

Color Harmonies of #BCB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB247

Black with #BCB247

Text Example


Text Example

White with #BCB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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