Html Css Color HEX #BBA234 Brass

📋 copy color: '#BBA234'

red 187 ◦ green 162 ◦ blue 52

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

Shades of Brass #BBA234

Tints of Brass #BBA234

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 46.63%
G = 40.4%
B = 12.97%

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

#BBA234 (or 0xBBA234) is known color: Brass. HEX triplet: BB, A2 and 34. RGB value is (187,162,52). Sum of RGB (Red+Green+Blue) = 187+162+52=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA234 is #445DCB. Grayscale: #9D9D9D. Windows color (decimal): -4480460 or 3449531. OLE color: 3449531.

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

Color convert

RGB 187 162 52 -
CMYK 0 0.13 0.72 0.27
HSL 48.89º 0.56% 0.47% -
HSV(B) 48.89º 0.72% 0.73% -
XYZ 34.03 36.65 8.53 -
YUV 156.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 187 162 52 0 0.13 0.72 0.27 48.89 0.56 0.47
Hex BB A2 34 0 D 48 1B 31 38 2F
Octal 273 242 64 0 15 110 33 61 70 57
Binary 10111011 10100010 110100 0 1101 1001000 11011 110001 111000 101111

Color Harmonies of #BBA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA234

Black with #BBA234

Text Example


Text Example

White with #BBA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA234; }

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

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

background-color css

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

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

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

border-color css

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

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

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