Html Css Color HEX #BBB434 Brass

📋 copy color: '#BBB434'

red 187 ◦ green 180 ◦ blue 52

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

Shades of Brass #BBB434

Tints of Brass #BBB434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 44.63%
G = 42.96%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBB434 (or 0xBBB434) is known color: Brass. HEX triplet: BB, B4 and 34. RGB value is (187,180,52). Sum of RGB (Red+Green+Blue) = 187+180+52=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB434 is #444BCB. Grayscale: #A8A8A8. Windows color (decimal): -4475852 or 3454139. OLE color: 3454139.

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

Color convert

RGB 187 180 52 -
CMYK 0 0.04 0.72 0.27
HSL 56.89º 0.56% 0.47% -
HSV(B) 56.89º 0.72% 0.73% -
XYZ 37.43 43.46 9.66 -
YUV 167.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 187 180 52 0 0.04 0.72 0.27 56.89 0.56 0.47
Hex BB B4 34 0 4 48 1B 39 38 2F
Octal 273 264 64 0 4 110 33 71 70 57
Binary 10111011 10110100 110100 0 100 1001000 11011 111001 111000 101111

Color Harmonies of #BBB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB434

Black with #BBB434

Text Example


Text Example

White with #BBB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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