Html Css Color HEX #BBB33A Brass

📋 copy color: '#BBB33A'

red 187 ◦ green 179 ◦ blue 58

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

Shades of Brass #BBB33A

Tints of Brass #BBB33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

 BLUE value IS 58 (23.05% from 255) = 13.68%

R = 44.1%
G = 42.22%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBB33A (or 0xBBB33A) is known color: Brass. HEX triplet: BB, B3 and 3A. RGB value is (187,179,58). Sum of RGB (Red+Green+Blue) = 187+179+58=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB33A is #444CC5. Grayscale: #A8A8A8. Windows color (decimal): -4476102 or 3847099. OLE color: 3847099.

HSL color Cylindrical-coordinate representation of color #BBB33A: hue angle of 56.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBB33A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 58 -
CMYK 0 0.04 0.69 0.27
HSL 56.28º 0.53% 0.48% -
HSV(B) 56.28º 0.69% 0.73% -
XYZ 37.38 43.11 10.35 -
YUV 167.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 187 179 58 0 0.04 0.69 0.27 56.28 0.53 0.48
Hex BB B3 3A 0 4 45 1B 38 35 30
Octal 273 263 72 0 4 105 33 70 65 60
Binary 10111011 10110011 111010 0 100 1000101 11011 111000 110101 110000

Color Harmonies of #BBB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB33A

Black with #BBB33A

Text Example


Text Example

White with #BBB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB33A; }

 p { color: rgb(187,179,58); }

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

background-color css

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

 a { background-color: rgb(187,179,58); }

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

border-color css

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

 span { border-color: rgb(187,179,58); }

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