Html Css Color HEX #BBB34B Brass

📋 copy color: '#BBB34B'

red 187 ◦ green 179 ◦ blue 75

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

Shades of Brass #BBB34B

Tints of Brass #BBB34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 42.4%
G = 40.59%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBB34B (or 0xBBB34B) is known color: Brass. HEX triplet: BB, B3 and 4B. RGB value is (187,179,75). Sum of RGB (Red+Green+Blue) = 187+179+75=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB34B is #444CB4. Grayscale: #A9A9A9. Windows color (decimal): -4476085 or 4961211. OLE color: 4961211.

HSL color Cylindrical-coordinate representation of color #BBB34B: hue angle of 55.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBB34B is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 75 -
CMYK 0 0.04 0.60 0.27
HSL 55.71º 0.45% 0.51% -
HSV(B) 55.71º 0.6% 0.73% -
XYZ 37.88 43.31 13.02 -
YUV 169.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 187 179 75 0 0.04 0.60 0.27 55.71 0.45 0.51
Hex BB B3 4B 0 4 3C 1B 38 2D 33
Octal 273 263 113 0 4 74 33 70 55 63
Binary 10111011 10110011 1001011 0 100 111100 11011 111000 101101 110011

Color Harmonies of #BBB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB34B

Black with #BBB34B

Text Example


Text Example

White with #BBB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB34B; }

 p { color: rgb(187,179,75); }

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

background-color css

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

 a { background-color: rgb(187,179,75); }

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

border-color css

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

 span { border-color: rgb(187,179,75); }

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