Html Css Color HEX #BBAC43 Brass

📋 copy color: '#BBAC43'

red 187 ◦ green 172 ◦ blue 67

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

Shades of Brass #BBAC43

Tints of Brass #BBAC43

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

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

R = 43.9%
G = 40.38%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBAC43 (or 0xBBAC43) is known color: Brass. HEX triplet: BB, AC and 43. RGB value is (187,172,67). Sum of RGB (Red+Green+Blue) = 187+172+67=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC43 is #4453BC. Grayscale: #A4A4A4. Windows color (decimal): -4477885 or 4435131. OLE color: 4435131.

HSL color Cylindrical-coordinate representation of color #BBAC43: hue angle of 52.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 #BBAC43 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 67 -
CMYK 0 0.08 0.64 0.27
HSL 52.5º 0.47% 0.5% -
HSV(B) 52.5º 0.64% 0.73% -
XYZ 36.26 40.48 11.21 -
YUV 164.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 187 172 67 0 0.08 0.64 0.27 52.5 0.47 0.5
Hex BB AC 43 0 8 40 1B 34 2F 32
Octal 273 254 103 0 10 100 33 64 57 62
Binary 10111011 10101100 1000011 0 1000 1000000 11011 110100 101111 110010

Color Harmonies of #BBAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC43

Black with #BBAC43

Text Example


Text Example

White with #BBAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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