Html Css Color HEX #BCAB3D Brass

📋 copy color: '#BCAB3D'

red 188 ◦ green 171 ◦ blue 61

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

Shades of Brass #BCAB3D

Tints of Brass #BCAB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 61 (24.22% from 255) = 14.52%

R = 44.76%
G = 40.71%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCAB3D (or 0xBCAB3D) is known color: Brass. HEX triplet: BC, AB and 3D. RGB value is (188,171,61). Sum of RGB (Red+Green+Blue) = 188+171+61=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB3D is #4354C2. Grayscale: #A4A4A4. Windows color (decimal): -4412611 or 4041660. OLE color: 4041660.

HSL color Cylindrical-coordinate representation of color #BCAB3D: hue angle of 51.97º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCAB3D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 61 -
CMYK 0 0.09 0.68 0.26
HSL 51.97º 0.51% 0.49% -
HSV(B) 51.97º 0.68% 0.74% -
XYZ 36.14 40.15 10.26 -
YUV 163.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 188 171 61 0 0.09 0.68 0.26 51.97 0.51 0.49
Hex BC AB 3D 0 9 44 1A 34 33 31
Octal 274 253 75 0 11 104 32 64 63 61
Binary 10111100 10101011 111101 0 1001 1000100 11010 110100 110011 110001

Color Harmonies of #BCAB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB3D

Black with #BCAB3D

Text Example


Text Example

White with #BCAB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB3D; }

 p { color: rgb(188,171,61); }

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

background-color css

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

 a { background-color: rgb(188,171,61); }

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

border-color css

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

 span { border-color: rgb(188,171,61); }

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