Html Css Color HEX #BBB043 Brass

📋 copy color: '#BBB043'

red 187 ◦ green 176 ◦ blue 67

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

Shades of Brass #BBB043

Tints of Brass #BBB043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

 BLUE value IS 67 (26.56% from 255) = 15.58%

R = 43.49%
G = 40.93%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBB043 (or 0xBBB043) is known color: Brass. HEX triplet: BB, B0 and 43. RGB value is (187,176,67). Sum of RGB (Red+Green+Blue) = 187+176+67=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB043 is #444FBC. Grayscale: #A7A7A7. Windows color (decimal): -4476861 or 4436155. OLE color: 4436155.

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

Color convert

RGB 187 176 67 -
CMYK 0 0.06 0.64 0.27
HSL 54.5º 0.47% 0.5% -
HSV(B) 54.5º 0.64% 0.73% -
XYZ 37.03 42.02 11.47 -
YUV 166.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 187 176 67 0 0.06 0.64 0.27 54.5 0.47 0.5
Hex BB B0 43 0 6 40 1B 36 2F 32
Octal 273 260 103 0 6 100 33 66 57 62
Binary 10111011 10110000 1000011 0 110 1000000 11011 110110 101111 110010

Color Harmonies of #BBB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB043

Black with #BBB043

Text Example


Text Example

White with #BBB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB043; }

 p { color: rgb(187,176,67); }

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

background-color css

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

 a { background-color: rgb(187,176,67); }

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

border-color css

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

 span { border-color: rgb(187,176,67); }

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