Html Css Color HEX #BBB245 Brass

📋 copy color: '#BBB245'

red 187 ◦ green 178 ◦ blue 69

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

Shades of Brass #BBB245

Tints of Brass #BBB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 69 (27.34% from 255) = 15.9%

R = 43.09%
G = 41.01%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBB245 (or 0xBBB245) is known color: Brass. HEX triplet: BB, B2 and 45. RGB value is (187,178,69). Sum of RGB (Red+Green+Blue) = 187+178+69=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB245 is #444DBA. Grayscale: #A8A8A8. Windows color (decimal): -4476347 or 4567739. OLE color: 4567739.

HSL color Cylindrical-coordinate representation of color #BBB245: hue angle of 55.42º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB245 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 69 -
CMYK 0 0.05 0.63 0.27
HSL 55.42º 0.46% 0.5% -
HSV(B) 55.42º 0.63% 0.73% -
XYZ 37.49 42.84 11.92 -
YUV 168.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 187 178 69 0 0.05 0.63 0.27 55.42 0.46 0.5
Hex BB B2 45 0 5 3F 1B 37 2E 32
Octal 273 262 105 0 5 77 33 67 56 62
Binary 10111011 10110010 1000101 0 101 111111 11011 110111 101110 110010

Color Harmonies of #BBB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB245

Black with #BBB245

Text Example


Text Example

White with #BBB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB245; }

 p { color: rgb(187,178,69); }

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

background-color css

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

 a { background-color: rgb(187,178,69); }

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

border-color css

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

 span { border-color: rgb(187,178,69); }

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