Html Css Color HEX #BBA343 Brass

📋 copy color: '#BBA343'

red 187 ◦ green 163 ◦ blue 67

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

Shades of Brass #BBA343

Tints of Brass #BBA343

RGB

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

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

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

R = 44.84%
G = 39.09%
B = 16.07%

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

#BBA343 (or 0xBBA343) is known color: Brass. HEX triplet: BB, A3 and 43. RGB value is (187,163,67). Sum of RGB (Red+Green+Blue) = 187+163+67=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA343 is #445CBC. Grayscale: #9F9F9F. Windows color (decimal): -4480189 or 4432827. OLE color: 4432827.

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

Color convert

RGB 187 163 67 -
CMYK 0 0.13 0.64 0.27
HSL 48º 0.47% 0.5% -
HSV(B) 48º 0.64% 0.73% -
XYZ 34.6 37.16 10.66 -
YUV 159.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 187 163 67 0 0.13 0.64 0.27 48 0.47 0.5
Hex BB A3 43 0 D 40 1B 30 2F 32
Octal 273 243 103 0 15 100 33 60 57 62
Binary 10111011 10100011 1000011 0 1101 1000000 11011 110000 101111 110010

Color Harmonies of #BBA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA343

Black with #BBA343

Text Example


Text Example

White with #BBA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA343; }

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

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

background-color css

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

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

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

border-color css

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

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

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