Html Css Color HEX #BBAC36 Brass

📋 copy color: '#BBAC36'

red 187 ◦ green 172 ◦ blue 54

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

Shades of Brass #BBAC36

Tints of Brass #BBAC36

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 45.28%
G = 41.65%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBAC36 (or 0xBBAC36) is known color: Brass. HEX triplet: BB, AC and 36. RGB value is (187,172,54). Sum of RGB (Red+Green+Blue) = 187+172+54=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC36 is #4453C9. Grayscale: #A3A3A3. Windows color (decimal): -4477898 or 3583163. OLE color: 3583163.

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

Color convert

RGB 187 172 54 -
CMYK 0 0.08 0.71 0.27
HSL 53.23º 0.55% 0.47% -
HSV(B) 53.23º 0.71% 0.73% -
XYZ 35.91 40.34 9.38 -
YUV 163.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 187 172 54 0 0.08 0.71 0.27 53.23 0.55 0.47
Hex BB AC 36 0 8 47 1B 35 37 2F
Octal 273 254 66 0 10 107 33 65 67 57
Binary 10111011 10101100 110110 0 1000 1000111 11011 110101 110111 101111

Color Harmonies of #BBAC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC36

Black with #BBAC36

Text Example


Text Example

White with #BBAC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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