Html Css Color HEX #BBAD3D Brass

📋 copy color: '#BBAD3D'

red 187 ◦ green 173 ◦ blue 61

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

Shades of Brass #BBAD3D

Tints of Brass #BBAD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 44.42%
G = 41.09%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBAD3D (or 0xBBAD3D) is known color: Brass. HEX triplet: BB, AD and 3D. RGB value is (187,173,61). Sum of RGB (Red+Green+Blue) = 187+173+61=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD3D is #4452C2. Grayscale: #A4A4A4. Windows color (decimal): -4477635 or 4042171. OLE color: 4042171.

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

Color convert

RGB 187 173 61 -
CMYK 0 0.07 0.67 0.27
HSL 53.33º 0.51% 0.49% -
HSV(B) 53.33º 0.67% 0.73% -
XYZ 36.28 40.79 10.38 -
YUV 164.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 187 173 61 0 0.07 0.67 0.27 53.33 0.51 0.49
Hex BB AD 3D 0 7 43 1B 35 33 31
Octal 273 255 75 0 7 103 33 65 63 61
Binary 10111011 10101101 111101 0 111 1000011 11011 110101 110011 110001

Color Harmonies of #BBAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD3D

Black with #BBAD3D

Text Example


Text Example

White with #BBAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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