Html Css Color HEX #BCB646 Brass

📋 copy color: '#BCB646'

red 188 ◦ green 182 ◦ blue 70

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

Shades of Brass #BCB646

Tints of Brass #BCB646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

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

R = 42.73%
G = 41.36%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB646 (or 0xBCB646) is known color: Brass. HEX triplet: BC, B6 and 46. RGB value is (188,182,70). Sum of RGB (Red+Green+Blue) = 188+182+70=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB646 is #4349B9. Grayscale: #ABABAB. Windows color (decimal): -4409786 or 4634300. OLE color: 4634300.

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

Color convert

RGB 188 182 70 -
CMYK 0 0.03 0.63 0.26
HSL 56.95º 0.47% 0.51% -
HSV(B) 56.95º 0.63% 0.74% -
XYZ 38.57 44.59 12.37 -
YUV 171.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 188 182 70 0 0.03 0.63 0.26 56.95 0.47 0.51
Hex BC B6 46 0 3 3F 1A 39 2F 33
Octal 274 266 106 0 3 77 32 71 57 63
Binary 10111100 10110110 1000110 0 11 111111 11010 111001 101111 110011

Color Harmonies of #BCB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB646

Black with #BCB646

Text Example


Text Example

White with #BCB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB646; }

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

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

background-color css

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

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

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

border-color css

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

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

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