Html Css Color HEX #BBAD44 Brass

📋 copy color: '#BBAD44'

red 187 ◦ green 173 ◦ blue 68

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

Shades of Brass #BBAD44

Tints of Brass #BBAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.89%

R = 43.69%
G = 40.42%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBAD44 (or 0xBBAD44) is known color: Brass. HEX triplet: BB, AD and 44. RGB value is (187,173,68). Sum of RGB (Red+Green+Blue) = 187+173+68=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD44 is #4452BB. Grayscale: #A5A5A5. Windows color (decimal): -4477628 or 4500923. OLE color: 4500923.

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

Color convert

RGB 187 173 68 -
CMYK 0 0.07 0.64 0.27
HSL 52.94º 0.47% 0.5% -
HSV(B) 52.94º 0.64% 0.73% -
XYZ 36.48 40.87 11.43 -
YUV 165.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 187 173 68 0 0.07 0.64 0.27 52.94 0.47 0.5
Hex BB AD 44 0 7 40 1B 35 2F 32
Octal 273 255 104 0 7 100 33 65 57 62
Binary 10111011 10101101 1000100 0 111 1000000 11011 110101 101111 110010

Color Harmonies of #BBAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD44

Black with #BBAD44

Text Example


Text Example

White with #BBAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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