Html Css Color HEX #BCB047 Brass

📋 copy color: '#BCB047'

red 188 ◦ green 176 ◦ blue 71

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

Shades of Brass #BCB047

Tints of Brass #BCB047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 43.22%
G = 40.46%
B = 16.32%

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

#BCB047 (or 0xBCB047) is known color: Brass. HEX triplet: BC, B0 and 47. RGB value is (188,176,71). Sum of RGB (Red+Green+Blue) = 188+176+71=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB047 is #434FB8. Grayscale: #A8A8A8. Windows color (decimal): -4411321 or 4698300. OLE color: 4698300.

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

Color convert

RGB 188 176 71 -
CMYK 0 0.06 0.62 0.26
HSL 53.85º 0.47% 0.51% -
HSV(B) 53.85º 0.62% 0.74% -
XYZ 37.4 42.2 12.13 -
YUV 167.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 188 176 71 0 0.06 0.62 0.26 53.85 0.47 0.51
Hex BC B0 47 0 6 3E 1A 36 2F 33
Octal 274 260 107 0 6 76 32 66 57 63
Binary 10111100 10110000 1000111 0 110 111110 11010 110110 101111 110011

Color Harmonies of #BCB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB047

Black with #BCB047

Text Example


Text Example

White with #BCB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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