Html Css Color HEX #BBA534 Brass

📋 copy color: '#BBA534'

red 187 ◦ green 165 ◦ blue 52

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

Shades of Brass #BBA534

Tints of Brass #BBA534

RGB

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

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

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

R = 46.29%
G = 40.84%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA534 (or 0xBBA534) is known color: Brass. HEX triplet: BB, A5 and 34. RGB value is (187,165,52). Sum of RGB (Red+Green+Blue) = 187+165+52=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA534 is #445ACB. Grayscale: #9F9F9F. Windows color (decimal): -4479692 or 3450299. OLE color: 3450299.

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

Color convert

RGB 187 165 52 -
CMYK 0 0.12 0.72 0.27
HSL 50.22º 0.56% 0.47% -
HSV(B) 50.22º 0.72% 0.73% -
XYZ 34.57 37.72 8.71 -
YUV 158.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 187 165 52 0 0.12 0.72 0.27 50.22 0.56 0.47
Hex BB A5 34 0 C 48 1B 32 38 2F
Octal 273 245 64 0 14 110 33 62 70 57
Binary 10111011 10100101 110100 0 1100 1001000 11011 110010 111000 101111

Color Harmonies of #BBA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA534

Black with #BBA534

Text Example


Text Example

White with #BBA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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