Html Css Color HEX #BBB14A Brass

📋 copy color: '#BBB14A'

red 187 ◦ green 177 ◦ blue 74

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

Shades of Brass #BBB14A

Tints of Brass #BBB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 42.69%
G = 40.41%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBB14A (or 0xBBB14A) is known color: Brass. HEX triplet: BB, B1 and 4A. RGB value is (187,177,74). Sum of RGB (Red+Green+Blue) = 187+177+74=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB14A is #444EB5. Grayscale: #A8A8A8. Windows color (decimal): -4476598 or 4895163. OLE color: 4895163.

HSL color Cylindrical-coordinate representation of color #BBB14A: hue angle of 54.69º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBB14A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 74 -
CMYK 0 0.05 0.60 0.27
HSL 54.69º 0.45% 0.51% -
HSV(B) 54.69º 0.6% 0.73% -
XYZ 37.45 42.5 12.71 -
YUV 168.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 187 177 74 0 0.05 0.60 0.27 54.69 0.45 0.51
Hex BB B1 4A 0 5 3C 1B 37 2D 33
Octal 273 261 112 0 5 74 33 67 55 63
Binary 10111011 10110001 1001010 0 101 111100 11011 110111 101101 110011

Color Harmonies of #BBB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB14A

Black with #BBB14A

Text Example


Text Example

White with #BBB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB14A; }

 p { color: rgb(187,177,74); }

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

background-color css

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

 a { background-color: rgb(187,177,74); }

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

border-color css

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

 span { border-color: rgb(187,177,74); }

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