Html Css Color HEX #BBAB38 Brass

📋 copy color: '#BBAB38'

red 187 ◦ green 171 ◦ blue 56

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

Shades of Brass #BBAB38

Tints of Brass #BBAB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.53%

R = 45.17%
G = 41.3%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBAB38 (or 0xBBAB38) is known color: Brass. HEX triplet: BB, AB and 38. RGB value is (187,171,56). Sum of RGB (Red+Green+Blue) = 187+171+56=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB38 is #4454C7. Grayscale: #A3A3A3. Windows color (decimal): -4478152 or 3713979. OLE color: 3713979.

HSL color Cylindrical-coordinate representation of color #BBAB38: hue angle of 52.67º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBAB38 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 56 -
CMYK 0 0.09 0.70 0.27
HSL 52.67º 0.54% 0.48% -
HSV(B) 52.67º 0.7% 0.73% -
XYZ 35.77 39.98 9.57 -
YUV 162.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 187 171 56 0 0.09 0.70 0.27 52.67 0.54 0.48
Hex BB AB 38 0 9 46 1B 35 36 30
Octal 273 253 70 0 11 106 33 65 66 60
Binary 10111011 10101011 111000 0 1001 1000110 11011 110101 110110 110000

Color Harmonies of #BBAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB38

Black with #BBAB38

Text Example


Text Example

White with #BBAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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