Html Css Color HEX #BCA833 Brass

📋 copy color: '#BCA833'

red 188 ◦ green 168 ◦ blue 51

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

Shades of Brass #BCA833

Tints of Brass #BCA833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.53%

R = 46.19%
G = 41.28%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA833 (or 0xBCA833) is known color: Brass. HEX triplet: BC, A8 and 33. RGB value is (188,168,51). Sum of RGB (Red+Green+Blue) = 188+168+51=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA833 is #4357CC. Grayscale: #A1A1A1. Windows color (decimal): -4413389 or 3385532. OLE color: 3385532.

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

Color convert

RGB 188 168 51 -
CMYK 0 0.11 0.73 0.26
HSL 51.24º 0.57% 0.47% -
HSV(B) 51.24º 0.73% 0.74% -
XYZ 35.34 38.94 8.78 -
YUV 160.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 188 168 51 0 0.11 0.73 0.26 51.24 0.57 0.47
Hex BC A8 33 0 B 49 1A 33 39 2F
Octal 274 250 63 0 13 111 32 63 71 57
Binary 10111100 10101000 110011 0 1011 1001001 11010 110011 111001 101111

Color Harmonies of #BCA833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA833

Black with #BCA833

Text Example


Text Example

White with #BCA833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA833; }

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

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

background-color css

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

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

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

border-color css

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

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

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