Html Css Color HEX #BBA348 Brass

📋 copy color: '#BBA348'

red 187 ◦ green 163 ◦ blue 72

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

Shades of Brass #BBA348

Tints of Brass #BBA348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 44.31%
G = 38.63%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA348 (or 0xBBA348) is known color: Brass. HEX triplet: BB, A3 and 48. RGB value is (187,163,72). Sum of RGB (Red+Green+Blue) = 187+163+72=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA348 is #445CB7. Grayscale: #A0A0A0. Windows color (decimal): -4480184 or 4760507. OLE color: 4760507.

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

Color convert

RGB 187 163 72 -
CMYK 0 0.13 0.61 0.27
HSL 47.48º 0.46% 0.51% -
HSV(B) 47.48º 0.61% 0.73% -
XYZ 34.76 37.23 11.48 -
YUV 159.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 187 163 72 0 0.13 0.61 0.27 47.48 0.46 0.51
Hex BB A3 48 0 D 3D 1B 2F 2E 33
Octal 273 243 110 0 15 75 33 57 56 63
Binary 10111011 10100011 1001000 0 1101 111101 11011 101111 101110 110011

Color Harmonies of #BBA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA348

Black with #BBA348

Text Example


Text Example

White with #BBA348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA348; }

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

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

background-color css

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

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

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

border-color css

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

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

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