Html Css Color HEX #BCAE43 Brass

📋 copy color: '#BCAE43'

red 188 ◦ green 174 ◦ blue 67

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

Shades of Brass #BCAE43

Tints of Brass #BCAE43

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 67 (26.56% from 255) = 15.62%

R = 43.82%
G = 40.56%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCAE43 (or 0xBCAE43) is known color: Brass. HEX triplet: BC, AE and 43. RGB value is (188,174,67). Sum of RGB (Red+Green+Blue) = 188+174+67=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE43 is #4351BC. Grayscale: #A6A6A6. Windows color (decimal): -4411837 or 4435644. OLE color: 4435644.

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

Color convert

RGB 188 174 67 -
CMYK 0 0.07 0.64 0.26
HSL 53.06º 0.47% 0.5% -
HSV(B) 53.06º 0.64% 0.74% -
XYZ 36.89 41.37 11.35 -
YUV 165.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 188 174 67 0 0.07 0.64 0.26 53.06 0.47 0.5
Hex BC AE 43 0 7 40 1A 35 2F 32
Octal 274 256 103 0 7 100 32 65 57 62
Binary 10111100 10101110 1000011 0 111 1000000 11010 110101 101111 110010

Color Harmonies of #BCAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE43

Black with #BCAE43

Text Example


Text Example

White with #BCAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE43; }

 p { color: rgb(188,174,67); }

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

background-color css

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

 a { background-color: rgb(188,174,67); }

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

border-color css

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

 span { border-color: rgb(188,174,67); }

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