Html Css Color HEX #BBB142 Brass

📋 copy color: '#BBB142'

red 187 ◦ green 177 ◦ blue 66

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

Shades of Brass #BBB142

Tints of Brass #BBB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 66 (26.17% from 255) = 15.35%

R = 43.49%
G = 41.16%
B = 15.35%

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

#BBB142 (or 0xBBB142) is known color: Brass. HEX triplet: BB, B1 and 42. RGB value is (187,177,66). Sum of RGB (Red+Green+Blue) = 187+177+66=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB142 is #444EBD. Grayscale: #A7A7A7. Windows color (decimal): -4476606 or 4370875. OLE color: 4370875.

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

Color convert

RGB 187 177 66 -
CMYK 0 0.05 0.65 0.27
HSL 55.04º 0.48% 0.5% -
HSV(B) 55.04º 0.65% 0.73% -
XYZ 37.2 42.4 11.38 -
YUV 167.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 187 177 66 0 0.05 0.65 0.27 55.04 0.48 0.5
Hex BB B1 42 0 5 41 1B 37 30 32
Octal 273 261 102 0 5 101 33 67 60 62
Binary 10111011 10110001 1000010 0 101 1000001 11011 110111 110000 110010

Color Harmonies of #BBB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB142

Black with #BBB142

Text Example


Text Example

White with #BBB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB142; }

 p { color: rgb(187,177,66); }

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

background-color css

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

 a { background-color: rgb(187,177,66); }

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

border-color css

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

 span { border-color: rgb(187,177,66); }

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