Html Css Color HEX #BBB436 Brass

📋 copy color: '#BBB436'

red 187 ◦ green 180 ◦ blue 54

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

Shades of Brass #BBB436

Tints of Brass #BBB436

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 44.42%
G = 42.76%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBB436 (or 0xBBB436) is known color: Brass. HEX triplet: BB, B4 and 36. RGB value is (187,180,54). Sum of RGB (Red+Green+Blue) = 187+180+54=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB436 is #444BC9. Grayscale: #A8A8A8. Windows color (decimal): -4475850 or 3585211. OLE color: 3585211.

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

Color convert

RGB 187 180 54 -
CMYK 0 0.04 0.71 0.27
HSL 56.84º 0.55% 0.47% -
HSV(B) 56.84º 0.71% 0.73% -
XYZ 37.48 43.47 9.91 -
YUV 167.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 187 180 54 0 0.04 0.71 0.27 56.84 0.55 0.47
Hex BB B4 36 0 4 47 1B 39 37 2F
Octal 273 264 66 0 4 107 33 71 67 57
Binary 10111011 10110100 110110 0 100 1000111 11011 111001 110111 101111

Color Harmonies of #BBB436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB436

Black with #BBB436

Text Example


Text Example

White with #BBB436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB436; }

 p { color: rgb(187,180,54); }

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

background-color css

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

 a { background-color: rgb(187,180,54); }

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

border-color css

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

 span { border-color: rgb(187,180,54); }

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