Html Css Color HEX #BCA838 Brass

📋 copy color: '#BCA838'

red 188 ◦ green 168 ◦ blue 56

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

Shades of Brass #BCA838

Tints of Brass #BCA838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.59%

R = 45.63%
G = 40.78%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCA838 (or 0xBCA838) is known color: Brass. HEX triplet: BC, A8 and 38. RGB value is (188,168,56). Sum of RGB (Red+Green+Blue) = 188+168+56=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA838 is #4357C7. Grayscale: #A1A1A1. Windows color (decimal): -4413384 or 3713212. OLE color: 3713212.

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

Color convert

RGB 188 168 56 -
CMYK 0 0.11 0.70 0.26
HSL 50.91º 0.54% 0.48% -
HSV(B) 50.91º 0.7% 0.74% -
XYZ 35.46 38.98 9.4 -
YUV 161.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 188 168 56 0 0.11 0.70 0.26 50.91 0.54 0.48
Hex BC A8 38 0 B 46 1A 33 36 30
Octal 274 250 70 0 13 106 32 63 66 60
Binary 10111100 10101000 111000 0 1011 1000110 11010 110011 110110 110000

Color Harmonies of #BCA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA838

Black with #BCA838

Text Example


Text Example

White with #BCA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA838; }

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

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

background-color css

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

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

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

border-color css

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

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

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