Html Css Color HEX #BCB046 Brass

📋 copy color: '#BCB046'

red 188 ◦ green 176 ◦ blue 70

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

Shades of Brass #BCB046

Tints of Brass #BCB046

RGB

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

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

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

R = 43.32%
G = 40.55%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB046 (or 0xBCB046) is known color: Brass. HEX triplet: BC, B0 and 46. RGB value is (188,176,70). Sum of RGB (Red+Green+Blue) = 188+176+70=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB046 is #434FB9. Grayscale: #A7A7A7. Windows color (decimal): -4411322 or 4632764. OLE color: 4632764.

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

Color convert

RGB 188 176 70 -
CMYK 0 0.06 0.63 0.26
HSL 53.9º 0.47% 0.51% -
HSV(B) 53.9º 0.63% 0.74% -
XYZ 37.37 42.18 11.97 -
YUV 167.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 188 176 70 0 0.06 0.63 0.26 53.9 0.47 0.51
Hex BC B0 46 0 6 3F 1A 36 2F 33
Octal 274 260 106 0 6 77 32 66 57 63
Binary 10111100 10110000 1000110 0 110 111111 11010 110110 101111 110011

Color Harmonies of #BCB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB046

Black with #BCB046

Text Example


Text Example

White with #BCB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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