Html Css Color HEX #BCB342 Brass

📋 copy color: '#BCB342'

red 188 ◦ green 179 ◦ blue 66

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

Shades of Brass #BCB342

Tints of Brass #BCB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 43.42%
G = 41.34%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB342 (or 0xBCB342) is known color: Brass. HEX triplet: BC, B3 and 42. RGB value is (188,179,66). Sum of RGB (Red+Green+Blue) = 188+179+66=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB342 is #434CBD. Grayscale: #A9A9A9. Windows color (decimal): -4410558 or 4371388. OLE color: 4371388.

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

Color convert

RGB 188 179 66 -
CMYK 0 0.05 0.65 0.26
HSL 55.57º 0.48% 0.5% -
HSV(B) 55.57º 0.65% 0.74% -
XYZ 37.84 43.32 11.52 -
YUV 168.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 188 179 66 0 0.05 0.65 0.26 55.57 0.48 0.5
Hex BC B3 42 0 5 41 1A 38 30 32
Octal 274 263 102 0 5 101 32 70 60 62
Binary 10111100 10110011 1000010 0 101 1000001 11010 111000 110000 110010

Color Harmonies of #BCB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB342

Black with #BCB342

Text Example


Text Example

White with #BCB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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