Html Css Color HEX #BCB345 Brass

📋 copy color: '#BCB345'

red 188 ◦ green 179 ◦ blue 69

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

Shades of Brass #BCB345

Tints of Brass #BCB345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.83%

R = 43.12%
G = 41.06%
B = 15.83%

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

#BCB345 (or 0xBCB345) is known color: Brass. HEX triplet: BC, B3 and 45. RGB value is (188,179,69). Sum of RGB (Red+Green+Blue) = 188+179+69=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB345 is #434CBA. Grayscale: #A9A9A9. Windows color (decimal): -4410555 or 4567996. OLE color: 4567996.

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

Color convert

RGB 188 179 69 -
CMYK 0 0.05 0.63 0.26
HSL 55.46º 0.47% 0.5% -
HSV(B) 55.46º 0.63% 0.74% -
XYZ 37.93 43.36 12 -
YUV 169.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 188 179 69 0 0.05 0.63 0.26 55.46 0.47 0.5
Hex BC B3 45 0 5 3F 1A 37 2F 32
Octal 274 263 105 0 5 77 32 67 57 62
Binary 10111100 10110011 1000101 0 101 111111 11010 110111 101111 110010

Color Harmonies of #BCB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB345

Black with #BCB345

Text Example


Text Example

White with #BCB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB345; }

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

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

background-color css

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

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

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

border-color css

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

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

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