Html Css Color HEX #BBAB45 Brass

📋 copy color: '#BBAB45'

red 187 ◦ green 171 ◦ blue 69

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

Shades of Brass #BBAB45

Tints of Brass #BBAB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 69 (27.34% from 255) = 16.16%

R = 43.79%
G = 40.05%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBAB45 (or 0xBBAB45) is known color: Brass. HEX triplet: BB, AB and 45. RGB value is (187,171,69). Sum of RGB (Red+Green+Blue) = 187+171+69=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB45 is #4454BA. Grayscale: #A4A4A4. Windows color (decimal): -4478139 or 4565947. OLE color: 4565947.

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

Color convert

RGB 187 171 69 -
CMYK 0 0.09 0.63 0.27
HSL 51.86º 0.46% 0.5% -
HSV(B) 51.86º 0.63% 0.73% -
XYZ 36.13 40.12 11.47 -
YUV 164.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 187 171 69 0 0.09 0.63 0.27 51.86 0.46 0.5
Hex BB AB 45 0 9 3F 1B 34 2E 32
Octal 273 253 105 0 11 77 33 64 56 62
Binary 10111011 10101011 1000101 0 1001 111111 11011 110100 101110 110010

Color Harmonies of #BBAB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB45

Black with #BBAB45

Text Example


Text Example

White with #BBAB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB45; }

 p { color: rgb(187,171,69); }

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

background-color css

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

 a { background-color: rgb(187,171,69); }

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

border-color css

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

 span { border-color: rgb(187,171,69); }

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