Html Css Color HEX #BCB347 Brass

📋 copy color: '#BCB347'

red 188 ◦ green 179 ◦ blue 71

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

Shades of Brass #BCB347

Tints of Brass #BCB347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 42.92%
G = 40.87%
B = 16.21%

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

#BCB347 (or 0xBCB347) is known color: Brass. HEX triplet: BC, B3 and 47. RGB value is (188,179,71). Sum of RGB (Red+Green+Blue) = 188+179+71=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB347 is #434CB8. Grayscale: #A9A9A9. Windows color (decimal): -4410553 or 4699068. OLE color: 4699068.

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

Color convert

RGB 188 179 71 -
CMYK 0 0.05 0.62 0.26
HSL 55.38º 0.47% 0.51% -
HSV(B) 55.38º 0.62% 0.74% -
XYZ 38 43.39 12.33 -
YUV 169.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 188 179 71 0 0.05 0.62 0.26 55.38 0.47 0.51
Hex BC B3 47 0 5 3E 1A 37 2F 33
Octal 274 263 107 0 5 76 32 67 57 63
Binary 10111100 10110011 1000111 0 101 111110 11010 110111 101111 110011

Color Harmonies of #BCB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB347

Black with #BCB347

Text Example


Text Example

White with #BCB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB347; }

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

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

background-color css

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

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

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

border-color css

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

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

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