Html Css Color HEX #BCB337 Brass

📋 copy color: '#BCB337'

red 188 ◦ green 179 ◦ blue 55

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

Shades of Brass #BCB337

Tints of Brass #BCB337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.03%

R = 44.55%
G = 42.42%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB337 (or 0xBCB337) is known color: Brass. HEX triplet: BC, B3 and 37. RGB value is (188,179,55). Sum of RGB (Red+Green+Blue) = 188+179+55=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB337 is #434CC8. Grayscale: #A8A8A8. Windows color (decimal): -4410569 or 3650492. OLE color: 3650492.

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

Color convert

RGB 188 179 55 -
CMYK 0 0.05 0.71 0.26
HSL 55.94º 0.55% 0.48% -
HSV(B) 55.94º 0.71% 0.74% -
XYZ 37.55 43.21 9.98 -
YUV 167.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 188 179 55 0 0.05 0.71 0.26 55.94 0.55 0.48
Hex BC B3 37 0 5 47 1A 38 37 30
Octal 274 263 67 0 5 107 32 70 67 60
Binary 10111100 10110011 110111 0 101 1000111 11010 111000 110111 110000

Color Harmonies of #BCB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB337

Black with #BCB337

Text Example


Text Example

White with #BCB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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