Html Css Color HEX #BCAB45 Brass

📋 copy color: '#BCAB45'

red 188 ◦ green 171 ◦ blue 69

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

Shades of Brass #BCAB45

Tints of Brass #BCAB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.12%

R = 43.93%
G = 39.95%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCAB45 (or 0xBCAB45) is known color: Brass. HEX triplet: BC, AB and 45. RGB value is (188,171,69). Sum of RGB (Red+Green+Blue) = 188+171+69=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB45 is #4354BA. Grayscale: #A4A4A4. Windows color (decimal): -4412603 or 4565948. OLE color: 4565948.

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

Color convert

RGB 188 171 69 -
CMYK 0 0.09 0.63 0.26
HSL 51.43º 0.47% 0.5% -
HSV(B) 51.43º 0.63% 0.74% -
XYZ 36.38 40.25 11.48 -
YUV 164.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 188 171 69 0 0.09 0.63 0.26 51.43 0.47 0.5
Hex BC AB 45 0 9 3F 1A 33 2F 32
Octal 274 253 105 0 11 77 32 63 57 62
Binary 10111100 10101011 1000101 0 1001 111111 11010 110011 101111 110010

Color Harmonies of #BCAB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB45

Black with #BCAB45

Text Example


Text Example

White with #BCAB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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