Html Css Color HEX #BCAF3A Brass

📋 copy color: '#BCAF3A'

red 188 ◦ green 175 ◦ blue 58

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

Shades of Brass #BCAF3A

Tints of Brass #BCAF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 58 (23.05% from 255) = 13.78%

R = 44.66%
G = 41.57%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCAF3A (or 0xBCAF3A) is known color: Brass. HEX triplet: BC, AF and 3A. RGB value is (188,175,58). Sum of RGB (Red+Green+Blue) = 188+175+58=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF3A is #4350C5. Grayscale: #A6A6A6. Windows color (decimal): -4411590 or 3846076. OLE color: 3846076.

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

Color convert

RGB 188 175 58 -
CMYK 0 0.07 0.69 0.26
HSL 54º 0.53% 0.48% -
HSV(B) 54º 0.69% 0.74% -
XYZ 36.83 41.66 10.1 -
YUV 165.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 188 175 58 0 0.07 0.69 0.26 54 0.53 0.48
Hex BC AF 3A 0 7 45 1A 36 35 30
Octal 274 257 72 0 7 105 32 66 65 60
Binary 10111100 10101111 111010 0 111 1000101 11010 110110 110101 110000

Color Harmonies of #BCAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF3A

Black with #BCAF3A

Text Example


Text Example

White with #BCAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF3A; }

 p { color: rgb(188,175,58); }

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

background-color css

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

 a { background-color: rgb(188,175,58); }

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

border-color css

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

 span { border-color: rgb(188,175,58); }

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