Html Css Color HEX #BCB147 Brass

📋 copy color: '#BCB147'

red 188 ◦ green 177 ◦ blue 71

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

Shades of Brass #BCB147

Tints of Brass #BCB147

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 43.12%
G = 40.6%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB147 (or 0xBCB147) is known color: Brass. HEX triplet: BC, B1 and 47. RGB value is (188,177,71). Sum of RGB (Red+Green+Blue) = 188+177+71=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB147 is #434EB8. Grayscale: #A8A8A8. Windows color (decimal): -4411065 or 4698556. OLE color: 4698556.

HSL color Cylindrical-coordinate representation of color #BCB147: hue angle of 54.36º 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 #BCB147 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 71 -
CMYK 0 0.06 0.62 0.26
HSL 54.36º 0.47% 0.51% -
HSV(B) 54.36º 0.62% 0.74% -
XYZ 37.6 42.59 12.2 -
YUV 168.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 188 177 71 0 0.06 0.62 0.26 54.36 0.47 0.51
Hex BC B1 47 0 6 3E 1A 36 2F 33
Octal 274 261 107 0 6 76 32 66 57 63
Binary 10111100 10110001 1000111 0 110 111110 11010 110110 101111 110011

Color Harmonies of #BCB147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB147

Black with #BCB147

Text Example


Text Example

White with #BCB147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB147; }

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

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

background-color css

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

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

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

border-color css

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

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

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