Html Css Color HEX #BCA334 Brass

📋 copy color: '#BCA334'

red 188 ◦ green 163 ◦ blue 52

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

Shades of Brass #BCA334

Tints of Brass #BCA334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 46.65%
G = 40.45%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCA334 (or 0xBCA334) is known color: Brass. HEX triplet: BC, A3 and 34. RGB value is (188,163,52). Sum of RGB (Red+Green+Blue) = 188+163+52=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA334 is #435CCB. Grayscale: #9E9E9E. Windows color (decimal): -4414668 or 3449788. OLE color: 3449788.

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

Color convert

RGB 188 163 52 -
CMYK 0 0.13 0.72 0.26
HSL 48.97º 0.57% 0.47% -
HSV(B) 48.97º 0.72% 0.74% -
XYZ 34.46 37.13 8.6 -
YUV 157.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 188 163 52 0 0.13 0.72 0.26 48.97 0.57 0.47
Hex BC A3 34 0 D 48 1A 31 39 2F
Octal 274 243 64 0 15 110 32 61 71 57
Binary 10111100 10100011 110100 0 1101 1001000 11010 110001 111001 101111

Color Harmonies of #BCA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA334

Black with #BCA334

Text Example


Text Example

White with #BCA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA334; }

 p { color: rgb(188,163,52); }

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

background-color css

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

 a { background-color: rgb(188,163,52); }

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

border-color css

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

 span { border-color: rgb(188,163,52); }

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