Html Css Color HEX #BCA736 Brass

📋 copy color: '#BCA736'

red 188 ◦ green 167 ◦ blue 54

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

Shades of Brass #BCA736

Tints of Brass #BCA736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 45.97%
G = 40.83%
B = 13.2%

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

#BCA736 (or 0xBCA736) is known color: Brass. HEX triplet: BC, A7 and 36. RGB value is (188,167,54). Sum of RGB (Red+Green+Blue) = 188+167+54=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA736 is #4358C9. Grayscale: #A0A0A0. Windows color (decimal): -4413642 or 3581884. OLE color: 3581884.

HSL color Cylindrical-coordinate representation of color #BCA736: hue angle of 50.6º 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 #BCA736 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 167 54 -
CMYK 0 0.11 0.71 0.26
HSL 50.6º 0.55% 0.47% -
HSV(B) 50.6º 0.71% 0.74% -
XYZ 35.22 38.6 9.08 -
YUV 160.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 188 167 54 0 0.11 0.71 0.26 50.6 0.55 0.47
Hex BC A7 36 0 B 47 1A 33 37 2F
Octal 274 247 66 0 13 107 32 63 67 57
Binary 10111100 10100111 110110 0 1011 1000111 11010 110011 110111 101111

Color Harmonies of #BCA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA736

Black with #BCA736

Text Example


Text Example

White with #BCA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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