Html Css Color HEX #BBAC44 Brass

📋 copy color: '#BBAC44'

red 187 ◦ green 172 ◦ blue 68

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

Shades of Brass #BBAC44

Tints of Brass #BBAC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.93%

R = 43.79%
G = 40.28%
B = 15.93%

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

#BBAC44 (or 0xBBAC44) is known color: Brass. HEX triplet: BB, AC and 44. RGB value is (187,172,68). Sum of RGB (Red+Green+Blue) = 187+172+68=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC44 is #4453BB. Grayscale: #A5A5A5. Windows color (decimal): -4477884 or 4500667. OLE color: 4500667.

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

Color convert

RGB 187 172 68 -
CMYK 0 0.08 0.64 0.27
HSL 52.44º 0.47% 0.5% -
HSV(B) 52.44º 0.64% 0.73% -
XYZ 36.29 40.49 11.37 -
YUV 164.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 187 172 68 0 0.08 0.64 0.27 52.44 0.47 0.5
Hex BB AC 44 0 8 40 1B 34 2F 32
Octal 273 254 104 0 10 100 33 64 57 62
Binary 10111011 10101100 1000100 0 1000 1000000 11011 110100 101111 110010

Color Harmonies of #BBAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC44

Black with #BBAC44

Text Example


Text Example

White with #BBAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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