Html Css Color HEX #BBA344 Brass

📋 copy color: '#BBA344'

red 187 ◦ green 163 ◦ blue 68

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

Shades of Brass #BBA344

Tints of Brass #BBA344

RGB

 RED value IS 187 (73.44% from 255) = 44.74%

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 44.74%
G = 39%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBA344 (or 0xBBA344) is known color: Brass. HEX triplet: BB, A3 and 44. RGB value is (187,163,68). Sum of RGB (Red+Green+Blue) = 187+163+68=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA344 is #445CBB. Grayscale: #9F9F9F. Windows color (decimal): -4480188 or 4498363. OLE color: 4498363.

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

Color convert

RGB 187 163 68 -
CMYK 0 0.13 0.64 0.27
HSL 47.9º 0.47% 0.5% -
HSV(B) 47.9º 0.64% 0.73% -
XYZ 34.63 37.18 10.82 -
YUV 159.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 187 163 68 0 0.13 0.64 0.27 47.9 0.47 0.5
Hex BB A3 44 0 D 40 1B 30 2F 32
Octal 273 243 104 0 15 100 33 60 57 62
Binary 10111011 10100011 1000100 0 1101 1000000 11011 110000 101111 110010

Color Harmonies of #BBA344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA344

Black with #BBA344

Text Example


Text Example

White with #BBA344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA344; }

 p { color: rgb(187,163,68); }

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

background-color css

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

 a { background-color: rgb(187,163,68); }

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

border-color css

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

 span { border-color: rgb(187,163,68); }

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