Html Css Color HEX #BBA236 Brass

📋 copy color: '#BBA236'

red 187 ◦ green 162 ◦ blue 54

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

Shades of Brass #BBA236

Tints of Brass #BBA236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.4%

R = 46.4%
G = 40.2%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA236 (or 0xBBA236) is known color: Brass. HEX triplet: BB, A2 and 36. RGB value is (187,162,54). Sum of RGB (Red+Green+Blue) = 187+162+54=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA236 is #445DC9. Grayscale: #9D9D9D. Windows color (decimal): -4480458 or 3580603. OLE color: 3580603.

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

Color convert

RGB 187 162 54 -
CMYK 0 0.13 0.71 0.27
HSL 48.72º 0.55% 0.47% -
HSV(B) 48.72º 0.71% 0.73% -
XYZ 34.08 36.67 8.77 -
YUV 157.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 187 162 54 0 0.13 0.71 0.27 48.72 0.55 0.47
Hex BB A2 36 0 D 47 1B 31 37 2F
Octal 273 242 66 0 15 107 33 61 67 57
Binary 10111011 10100010 110110 0 1101 1000111 11011 110001 110111 101111

Color Harmonies of #BBA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA236

Black with #BBA236

Text Example


Text Example

White with #BBA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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