Html Css Color HEX #BCA93D Brass

📋 copy color: '#BCA93D'

red 188 ◦ green 169 ◦ blue 61

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

Shades of Brass #BCA93D

Tints of Brass #BCA93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

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

R = 44.98%
G = 40.43%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCA93D (or 0xBCA93D) is known color: Brass. HEX triplet: BC, A9 and 3D. RGB value is (188,169,61). Sum of RGB (Red+Green+Blue) = 188+169+61=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA93D is #4356C2. Grayscale: #A2A2A2. Windows color (decimal): -4413123 or 4041148. OLE color: 4041148.

HSL color Cylindrical-coordinate representation of color #BCA93D: hue angle of 51.02º 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 #BCA93D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 61 -
CMYK 0 0.10 0.68 0.26
HSL 51.02º 0.51% 0.49% -
HSV(B) 51.02º 0.68% 0.74% -
XYZ 35.77 39.4 10.14 -
YUV 162.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 188 169 61 0 0.10 0.68 0.26 51.02 0.51 0.49
Hex BC A9 3D 0 A 44 1A 33 33 31
Octal 274 251 75 0 12 104 32 63 63 61
Binary 10111100 10101001 111101 0 1010 1000100 11010 110011 110011 110001

Color Harmonies of #BCA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA93D

Black with #BCA93D

Text Example


Text Example

White with #BCA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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