Html Css Color HEX #BCB346 Brass

📋 copy color: '#BCB346'

red 188 ◦ green 179 ◦ blue 70

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

Shades of Brass #BCB346

Tints of Brass #BCB346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.02%

R = 43.02%
G = 40.96%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB346 (or 0xBCB346) is known color: Brass. HEX triplet: BC, B3 and 46. RGB value is (188,179,70). Sum of RGB (Red+Green+Blue) = 188+179+70=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB346 is #434CB9. Grayscale: #A9A9A9. Windows color (decimal): -4410554 or 4633532. OLE color: 4633532.

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

Color convert

RGB 188 179 70 -
CMYK 0 0.05 0.63 0.26
HSL 55.42º 0.47% 0.51% -
HSV(B) 55.42º 0.63% 0.74% -
XYZ 37.96 43.37 12.17 -
YUV 169.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 188 179 70 0 0.05 0.63 0.26 55.42 0.47 0.51
Hex BC B3 46 0 5 3F 1A 37 2F 33
Octal 274 263 106 0 5 77 32 67 57 63
Binary 10111100 10110011 1000110 0 101 111111 11010 110111 101111 110011

Color Harmonies of #BCB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB346

Black with #BCB346

Text Example


Text Example

White with #BCB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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