Html Css Color HEX #BBB43E Brass

📋 copy color: '#BBB43E'

red 187 ◦ green 180 ◦ blue 62

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

Shades of Brass #BBB43E

Tints of Brass #BBB43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.45%

R = 43.59%
G = 41.96%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBB43E (or 0xBBB43E) is known color: Brass. HEX triplet: BB, B4 and 3E. RGB value is (187,180,62). Sum of RGB (Red+Green+Blue) = 187+180+62=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB43E is #444BC1. Grayscale: #A9A9A9. Windows color (decimal): -4475842 or 4109499. OLE color: 4109499.

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

Color convert

RGB 187 180 62 -
CMYK 0 0.04 0.67 0.27
HSL 56.64º 0.5% 0.49% -
HSV(B) 56.64º 0.67% 0.73% -
XYZ 37.68 43.56 10.98 -
YUV 168.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 187 180 62 0 0.04 0.67 0.27 56.64 0.5 0.49
Hex BB B4 3E 0 4 43 1B 39 32 31
Octal 273 264 76 0 4 103 33 71 62 61
Binary 10111011 10110100 111110 0 100 1000011 11011 111001 110010 110001

Color Harmonies of #BBB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB43E

Black with #BBB43E

Text Example


Text Example

White with #BBB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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