Html Css Color HEX #BBA834 Brass

📋 copy color: '#BBA834'

red 187 ◦ green 168 ◦ blue 52

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

Shades of Brass #BBA834

Tints of Brass #BBA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 45.95%
G = 41.28%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA834 (or 0xBBA834) is known color: Brass. HEX triplet: BB, A8 and 34. RGB value is (187,168,52). Sum of RGB (Red+Green+Blue) = 187+168+52=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA834 is #4457CB. Grayscale: #A0A0A0. Windows color (decimal): -4478924 or 3451067. OLE color: 3451067.

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

Color convert

RGB 187 168 52 -
CMYK 0 0.10 0.72 0.27
HSL 51.56º 0.56% 0.47% -
HSV(B) 51.56º 0.72% 0.73% -
XYZ 35.12 38.82 8.89 -
YUV 160.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 187 168 52 0 0.10 0.72 0.27 51.56 0.56 0.47
Hex BB A8 34 0 A 48 1B 34 38 2F
Octal 273 250 64 0 12 110 33 64 70 57
Binary 10111011 10101000 110100 0 1010 1001000 11011 110100 111000 101111

Color Harmonies of #BBA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA834

Black with #BBA834

Text Example


Text Example

White with #BBA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA834; }

 p { color: rgb(187,168,52); }

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

background-color css

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

 a { background-color: rgb(187,168,52); }

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

border-color css

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

 span { border-color: rgb(187,168,52); }

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