Html Css Color HEX #BBB241 Brass

📋 copy color: '#BBB241'

red 187 ◦ green 178 ◦ blue 65

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

Shades of Brass #BBB241

Tints of Brass #BBB241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.12%

R = 43.49%
G = 41.4%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBB241 (or 0xBBB241) is known color: Brass. HEX triplet: BB, B2 and 41. RGB value is (187,178,65). Sum of RGB (Red+Green+Blue) = 187+178+65=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB241 is #444DBE. Grayscale: #A8A8A8. Windows color (decimal): -4476351 or 4305595. OLE color: 4305595.

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

Color convert

RGB 187 178 65 -
CMYK 0 0.05 0.65 0.27
HSL 55.57º 0.48% 0.49% -
HSV(B) 55.57º 0.65% 0.73% -
XYZ 37.37 42.79 11.29 -
YUV 167.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 187 178 65 0 0.05 0.65 0.27 55.57 0.48 0.49
Hex BB B2 41 0 5 41 1B 38 30 31
Octal 273 262 101 0 5 101 33 70 60 61
Binary 10111011 10110010 1000001 0 101 1000001 11011 111000 110000 110001

Color Harmonies of #BBB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB241

Black with #BBB241

Text Example


Text Example

White with #BBB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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