Html Css Color HEX #BCA836 Brass

📋 copy color: '#BCA836'

red 188 ◦ green 168 ◦ blue 54

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

Shades of Brass #BCA836

Tints of Brass #BCA836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

 BLUE value IS 54 (21.48% from 255) = 13.17%

R = 45.85%
G = 40.98%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCA836 (or 0xBCA836) is known color: Brass. HEX triplet: BC, A8 and 36. RGB value is (188,168,54). Sum of RGB (Red+Green+Blue) = 188+168+54=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA836 is #4357C9. Grayscale: #A1A1A1. Windows color (decimal): -4413386 or 3582140. OLE color: 3582140.

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

Color convert

RGB 188 168 54 -
CMYK 0 0.11 0.71 0.26
HSL 51.04º 0.55% 0.47% -
HSV(B) 51.04º 0.71% 0.74% -
XYZ 35.41 38.96 9.14 -
YUV 160.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 188 168 54 0 0.11 0.71 0.26 51.04 0.55 0.47
Hex BC A8 36 0 B 47 1A 33 37 2F
Octal 274 250 66 0 13 107 32 63 67 57
Binary 10111100 10101000 110110 0 1011 1000111 11010 110011 110111 101111

Color Harmonies of #BCA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA836

Black with #BCA836

Text Example


Text Example

White with #BCA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA836; }

 p { color: rgb(188,168,54); }

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

background-color css

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

 a { background-color: rgb(188,168,54); }

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

border-color css

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

 span { border-color: rgb(188,168,54); }

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