Html Css Color HEX #BCB339 Brass

📋 copy color: '#BCB339'

red 188 ◦ green 179 ◦ blue 57

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

Shades of Brass #BCB339

Tints of Brass #BCB339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.44%

R = 44.34%
G = 42.22%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB339 (or 0xBCB339) is known color: Brass. HEX triplet: BC, B3 and 39. RGB value is (188,179,57). Sum of RGB (Red+Green+Blue) = 188+179+57=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB339 is #434CC6. Grayscale: #A8A8A8. Windows color (decimal): -4410567 or 3781564. OLE color: 3781564.

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

Color convert

RGB 188 179 57 -
CMYK 0 0.05 0.70 0.26
HSL 55.88º 0.53% 0.48% -
HSV(B) 55.88º 0.7% 0.74% -
XYZ 37.6 43.23 10.23 -
YUV 167.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 188 179 57 0 0.05 0.70 0.26 55.88 0.53 0.48
Hex BC B3 39 0 5 46 1A 38 35 30
Octal 274 263 71 0 5 106 32 70 65 60
Binary 10111100 10110011 111001 0 101 1000110 11010 111000 110101 110000

Color Harmonies of #BCB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB339

Black with #BCB339

Text Example


Text Example

White with #BCB339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB339; }

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

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

background-color css

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

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

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

border-color css

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

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

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