Html Css Color HEX #BBA543 Brass

📋 copy color: '#BBA543'

red 187 ◦ green 165 ◦ blue 67

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

Shades of Brass #BBA543

Tints of Brass #BBA543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

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

R = 44.63%
G = 39.38%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBA543 (or 0xBBA543) is known color: Brass. HEX triplet: BB, A5 and 43. RGB value is (187,165,67). Sum of RGB (Red+Green+Blue) = 187+165+67=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA543 is #445ABC. Grayscale: #A0A0A0. Windows color (decimal): -4479677 or 4433339. OLE color: 4433339.

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

Color convert

RGB 187 165 67 -
CMYK 0 0.12 0.64 0.27
HSL 49º 0.47% 0.5% -
HSV(B) 49º 0.64% 0.73% -
XYZ 34.96 37.88 10.78 -
YUV 160.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 187 165 67 0 0.12 0.64 0.27 49 0.47 0.5
Hex BB A5 43 0 C 40 1B 31 2F 32
Octal 273 245 103 0 14 100 33 61 57 62
Binary 10111011 10100101 1000011 0 1100 1000000 11011 110001 101111 110010

Color Harmonies of #BBA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA543

Black with #BBA543

Text Example


Text Example

White with #BBA543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA543; }

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

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

background-color css

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

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

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

border-color css

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

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

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