Html Css Color HEX #BCB343 Brass

📋 copy color: '#BCB343'

red 188 ◦ green 179 ◦ blue 67

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

Shades of Brass #BCB343

Tints of Brass #BCB343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.44%

R = 43.32%
G = 41.24%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCB343 (or 0xBCB343) is known color: Brass. HEX triplet: BC, B3 and 43. RGB value is (188,179,67). Sum of RGB (Red+Green+Blue) = 188+179+67=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB343 is #434CBC. Grayscale: #A9A9A9. Windows color (decimal): -4410557 or 4436924. OLE color: 4436924.

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

Color convert

RGB 188 179 67 -
CMYK 0 0.05 0.64 0.26
HSL 55.54º 0.47% 0.5% -
HSV(B) 55.54º 0.64% 0.74% -
XYZ 37.87 43.34 11.68 -
YUV 168.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 188 179 67 0 0.05 0.64 0.26 55.54 0.47 0.5
Hex BC B3 43 0 5 40 1A 38 2F 32
Octal 274 263 103 0 5 100 32 70 57 62
Binary 10111100 10110011 1000011 0 101 1000000 11010 111000 101111 110010

Color Harmonies of #BCB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB343

Black with #BCB343

Text Example


Text Example

White with #BCB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB343; }

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

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

background-color css

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

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

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

border-color css

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

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

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