Html Css Color HEX #BBA334 Brass

📋 copy color: '#BBA334'

red 187 ◦ green 163 ◦ blue 52

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

Shades of Brass #BBA334

Tints of Brass #BBA334

RGB

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

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

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

R = 46.52%
G = 40.55%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA334 (or 0xBBA334) is known color: Brass. HEX triplet: BB, A3 and 34. RGB value is (187,163,52). Sum of RGB (Red+Green+Blue) = 187+163+52=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA334 is #445CCB. Grayscale: #9D9D9D. Windows color (decimal): -4480204 or 3449787. OLE color: 3449787.

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

Color convert

RGB 187 163 52 -
CMYK 0 0.13 0.72 0.27
HSL 49.33º 0.56% 0.47% -
HSV(B) 49.33º 0.72% 0.73% -
XYZ 34.21 37.01 8.59 -
YUV 157.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 187 163 52 0 0.13 0.72 0.27 49.33 0.56 0.47
Hex BB A3 34 0 D 48 1B 31 38 2F
Octal 273 243 64 0 15 110 33 61 70 57
Binary 10111011 10100011 110100 0 1101 1001000 11011 110001 111000 101111

Color Harmonies of #BBA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA334

Black with #BBA334

Text Example


Text Example

White with #BBA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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