Html Css Color HEX #BCAF44 Brass

📋 copy color: '#BCAF44'

red 188 ◦ green 175 ◦ blue 68

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

Shades of Brass #BCAF44

Tints of Brass #BCAF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.78%

R = 43.62%
G = 40.6%
B = 15.78%

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

#BCAF44 (or 0xBCAF44) is known color: Brass. HEX triplet: BC, AF and 44. RGB value is (188,175,68). Sum of RGB (Red+Green+Blue) = 188+175+68=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF44 is #4350BB. Grayscale: #A7A7A7. Windows color (decimal): -4411580 or 4501436. OLE color: 4501436.

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

Color convert

RGB 188 175 68 -
CMYK 0 0.07 0.64 0.26
HSL 53.5º 0.47% 0.5% -
HSV(B) 53.5º 0.64% 0.74% -
XYZ 37.11 41.77 11.57 -
YUV 166.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 188 175 68 0 0.07 0.64 0.26 53.5 0.47 0.5
Hex BC AF 44 0 7 40 1A 36 2F 32
Octal 274 257 104 0 7 100 32 66 57 62
Binary 10111100 10101111 1000100 0 111 1000000 11010 110110 101111 110010

Color Harmonies of #BCAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF44

Black with #BCAF44

Text Example


Text Example

White with #BCAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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