Html Css Color HEX #BBA734 Brass

📋 copy color: '#BBA734'

red 187 ◦ green 167 ◦ blue 52

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

Shades of Brass #BBA734

Tints of Brass #BBA734

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 46.06%
G = 41.13%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA734 (or 0xBBA734) is known color: Brass. HEX triplet: BB, A7 and 34. RGB value is (187,167,52). Sum of RGB (Red+Green+Blue) = 187+167+52=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA734 is #4458CB. Grayscale: #A0A0A0. Windows color (decimal): -4479180 or 3450811. OLE color: 3450811.

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

Color convert

RGB 187 167 52 -
CMYK 0 0.11 0.72 0.27
HSL 51.11º 0.56% 0.47% -
HSV(B) 51.11º 0.72% 0.73% -
XYZ 34.93 38.45 8.83 -
YUV 159.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 187 167 52 0 0.11 0.72 0.27 51.11 0.56 0.47
Hex BB A7 34 0 B 48 1B 33 38 2F
Octal 273 247 64 0 13 110 33 63 70 57
Binary 10111011 10100111 110100 0 1011 1001000 11011 110011 111000 101111

Color Harmonies of #BBA734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA734

Black with #BBA734

Text Example


Text Example

White with #BBA734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA734; }

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

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

background-color css

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

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

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

border-color css

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

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

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