Html Css Color HEX #BBAA3D Brass

📋 copy color: '#BBAA3D'

red 187 ◦ green 170 ◦ blue 61

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

Shades of Brass #BBAA3D

Tints of Brass #BBAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 44.74%
G = 40.67%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBAA3D (or 0xBBAA3D) is known color: Brass. HEX triplet: BB, AA and 3D. RGB value is (187,170,61). Sum of RGB (Red+Green+Blue) = 187+170+61=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA3D is #4455C2. Grayscale: #A3A3A3. Windows color (decimal): -4478403 or 4041403. OLE color: 4041403.

HSL color Cylindrical-coordinate representation of color #BBAA3D: hue angle of 51.9º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBAA3D is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 61 -
CMYK 0 0.09 0.67 0.27
HSL 51.9º 0.51% 0.49% -
HSV(B) 51.9º 0.67% 0.73% -
XYZ 35.71 39.65 10.19 -
YUV 162.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 187 170 61 0 0.09 0.67 0.27 51.9 0.51 0.49
Hex BB AA 3D 0 9 43 1B 34 33 31
Octal 273 252 75 0 11 103 33 64 63 61
Binary 10111011 10101010 111101 0 1001 1000011 11011 110100 110011 110001

Color Harmonies of #BBAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA3D

Black with #BBAA3D

Text Example


Text Example

White with #BBAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA3D; }

 p { color: rgb(187,170,61); }

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

background-color css

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

 a { background-color: rgb(187,170,61); }

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

border-color css

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

 span { border-color: rgb(187,170,61); }

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